FreeSWITCH API Documentation
1.7.0
|
#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 689 of file switch_types.h.
switch_rtp_numbers_t switch_rtp_stats_t::inbound |
Definition at line 690 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_create(), and switch_rtp_get_stats().
switch_rtp_numbers_t switch_rtp_stats_t::outbound |
Definition at line 691 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(), and switch_ivr_set_xml_call_stats().
uint32_t switch_rtp_stats_t::read_count |
Definition at line 693 of file switch_types.h.
Referenced by rtp_common_read().
switch_rtcp_numbers_t switch_rtp_stats_t::rtcp |
Definition at line 692 of file switch_types.h.
Referenced by check_rtcp_and_ice(), process_rtcp_report(), 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(), and switch_ivr_set_xml_call_stats().