RTS API Documentation
1.10.11
|
#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 719 of file switch_types.h.
uint32_t switch_rtcp_numbers_t::bad_seq |
Definition at line 736 of file switch_types.h.
Referenced by rtcp_stats(), and rtcp_stats_init().
uint16_t switch_rtcp_numbers_t::base_seq |
Definition at line 737 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 725 of file switch_types.h.
uint32_t switch_rtcp_numbers_t::cum_lost |
Definition at line 738 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 735 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 734 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 741 of file switch_types.h.
Referenced by rtcp_stats(), and rtcp_stats_init().
double switch_rtcp_numbers_t::inter_jitter |
Definition at line 727 of file switch_types.h.
Referenced by rtcp_generate_report_block(), rtcp_stats(), rtcp_stats_init(), and switch_rtp_activate_jitter_buffer().
uint32_t switch_rtcp_numbers_t::last_pkt_tsdiff |
Definition at line 726 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 739 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 740 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 729 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 728 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 723 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 721 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 720 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 722 of file switch_types.h.
Referenced by process_rtcp_report(), rtcp_generate_report_block(), and switch_send_rtcp_event().
uint16_t switch_rtcp_numbers_t::period_pkt_count |
Definition at line 730 of file switch_types.h.
Referenced by check_rtcp_and_ice(), read_rtp_packet(), rtcp_generate_report_block(), rtcp_stats(), and rtcp_stats_init().
uint16_t switch_rtcp_numbers_t::pkt_count |
Definition at line 731 of file switch_types.h.
Referenced by read_rtp_packet(), rtcp_stats(), and rtcp_stats_init().
uint32_t switch_rtcp_numbers_t::rtcp_rtp_count |
Definition at line 733 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 732 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 724 of file switch_types.h.
Referenced by rtcp_generate_sender_info(), rtcp_stats(), rtcp_stats_init(), and switch_send_rtcp_event().