RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
switch_rtp_numbers_t | inbound |
switch_rtp_numbers_t | outbound |
switch_rtcp_numbers_t | rtcp |
uint32_t | read_count |
Definition at line 759 of file switch_types.h.
switch_rtp_numbers_t switch_rtp_stats_t::inbound |
Definition at line 760 of file switch_types.h.
Referenced by check_jitter(), check_rtcp_and_ice(), do_flush(), do_mos(), handle_rfc2833(), read_rtp_packet(), reset_jitter_seq(), rtp_common_read(), set_stats(), switch_core_standard_on_hangup(), switch_ivr_set_json_call_stats(), switch_ivr_set_xml_call_stats(), switch_rtp_clear_flag(), switch_rtp_create(), switch_rtp_get_stats(), switch_rtp_set_flag(), and switch_rtp_sync_stats().
switch_rtp_numbers_t switch_rtp_stats_t::outbound |
Definition at line 761 of file switch_types.h.
Referenced by do_2833(), rtcp_generate_sender_info(), rtp_common_write(), set_stats(), switch_core_standard_on_hangup(), switch_ivr_set_json_call_stats(), switch_ivr_set_xml_call_stats(), and switch_rtp_write_frame().
uint32_t switch_rtp_stats_t::read_count |
Definition at line 763 of file switch_types.h.
Referenced by rtp_common_read().
switch_rtcp_numbers_t switch_rtp_stats_t::rtcp |
Definition at line 762 of file switch_types.h.
Referenced by check_rtcp_and_ice(), process_rtcp_report(), read_rtp_packet(), rtcp_generate_report_block(), rtcp_generate_sender_info(), rtcp_stats(), rtcp_stats_init(), rtp_common_write(), set_stats(), switch_core_standard_on_hangup(), switch_ivr_set_json_call_stats(), switch_ivr_set_xml_call_stats(), switch_rtp_activate_jitter_buffer(), and switch_send_rtcp_event().