FreeSWITCH API Documentation
1.7.0
|
#include <switch_types.h>
Data Fields | |
uint32_t | packet_count |
uint32_t | octet_count |
uint32_t | peer_ssrc |
uint32_t | last_rpt_ts |
uint32_t | ssrc |
uint32_t | csrc |
uint32_t | last_pkt_tsdiff |
double | inter_jitter |
uint32_t | last_rpt_ext_seq |
uint16_t | last_rpt_cycle |
uint16_t | period_pkt_count |
uint16_t | pkt_count |
uint16_t | sent_pkt_count |
uint32_t | rtcp_rtp_count |
uint32_t | high_ext_seq_recv |
uint16_t | cycle |
uint32_t | bad_seq |
uint16_t | base_seq |
uint32_t | cum_lost |
uint32_t | last_recv_lsr_local |
uint32_t | last_recv_lsr_peer |
uint32_t | init |
Definition at line 664 of file switch_types.h.
uint32_t switch_rtcp_numbers_t::bad_seq |
Definition at line 681 of file switch_types.h.
Referenced by rtcp_stats(), and rtcp_stats_init().
uint16_t switch_rtcp_numbers_t::base_seq |
Definition at line 682 of file switch_types.h.
Referenced by rtcp_generate_report_block(), and rtcp_stats_init().
uint32_t switch_rtcp_numbers_t::csrc |
Definition at line 670 of file switch_types.h.
uint32_t switch_rtcp_numbers_t::cum_lost |
Definition at line 683 of file switch_types.h.
Referenced by rtcp_generate_report_block(), and rtcp_stats_init().
uint16_t switch_rtcp_numbers_t::cycle |
Definition at line 680 of file switch_types.h.
Referenced by check_rtcp_and_ice(), rtcp_generate_report_block(), rtcp_stats(), and rtcp_stats_init().
uint32_t switch_rtcp_numbers_t::high_ext_seq_recv |
Definition at line 679 of file switch_types.h.
Referenced by check_rtcp_and_ice(), rtcp_generate_report_block(), rtcp_stats(), and rtcp_stats_init().
uint32_t switch_rtcp_numbers_t::init |
Definition at line 686 of file switch_types.h.
Referenced by rtcp_stats(), and rtcp_stats_init().
double switch_rtcp_numbers_t::inter_jitter |
Definition at line 672 of file switch_types.h.
Referenced by rtcp_generate_report_block(), rtcp_stats(), and rtcp_stats_init().
uint32_t switch_rtcp_numbers_t::last_pkt_tsdiff |
Definition at line 671 of file switch_types.h.
Referenced by rtcp_stats(), and rtcp_stats_init().
uint32_t switch_rtcp_numbers_t::last_recv_lsr_local |
Definition at line 684 of file switch_types.h.
Referenced by process_rtcp_report(), and rtcp_generate_report_block().
uint32_t switch_rtcp_numbers_t::last_recv_lsr_peer |
Definition at line 685 of file switch_types.h.
Referenced by process_rtcp_report(), and rtcp_generate_report_block().
uint16_t switch_rtcp_numbers_t::last_rpt_cycle |
Definition at line 674 of file switch_types.h.
Referenced by check_rtcp_and_ice(), rtcp_generate_report_block(), and rtcp_stats_init().
uint32_t switch_rtcp_numbers_t::last_rpt_ext_seq |
Definition at line 673 of file switch_types.h.
Referenced by check_rtcp_and_ice(), rtcp_generate_report_block(), and rtcp_stats_init().
uint32_t switch_rtcp_numbers_t::last_rpt_ts |
Definition at line 668 of file switch_types.h.
Referenced by check_rtcp_and_ice(), and rtcp_stats_init().
uint32_t switch_rtcp_numbers_t::octet_count |
Definition at line 666 of file switch_types.h.
Referenced by process_rtcp_report(), set_stats(), switch_core_standard_on_hangup(), switch_ivr_set_json_call_stats(), and switch_ivr_set_xml_call_stats().
uint32_t switch_rtcp_numbers_t::packet_count |
Definition at line 665 of file switch_types.h.
Referenced by process_rtcp_report(), set_stats(), switch_core_standard_on_hangup(), switch_ivr_set_json_call_stats(), and switch_ivr_set_xml_call_stats().
uint32_t switch_rtcp_numbers_t::peer_ssrc |
Definition at line 667 of file switch_types.h.
Referenced by process_rtcp_report(), and rtcp_generate_report_block().
uint16_t switch_rtcp_numbers_t::period_pkt_count |
Definition at line 675 of file switch_types.h.
Referenced by check_rtcp_and_ice(), rtcp_generate_report_block(), rtcp_stats(), and rtcp_stats_init().
uint16_t switch_rtcp_numbers_t::pkt_count |
Definition at line 676 of file switch_types.h.
Referenced by rtcp_stats(), and rtcp_stats_init().
uint32_t switch_rtcp_numbers_t::rtcp_rtp_count |
Definition at line 678 of file switch_types.h.
Referenced by rtcp_generate_report_block(), and rtcp_stats_init().
uint16_t switch_rtcp_numbers_t::sent_pkt_count |
Definition at line 677 of file switch_types.h.
Referenced by check_rtcp_and_ice(), rtcp_stats_init(), and rtp_common_write().
uint32_t switch_rtcp_numbers_t::ssrc |
Definition at line 669 of file switch_types.h.
Referenced by rtcp_generate_sender_info(), rtcp_stats(), and rtcp_stats_init().