RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
int64_t | start |
int64_t | stop |
uint32_t | flaws |
uint32_t | consecutive_flaws |
struct error_period * | next |
Definition at line 672 of file switch_types.h.
uint32_t error_period::consecutive_flaws |
Definition at line 676 of file switch_types.h.
Referenced by do_mos(), switch_ivr_set_json_call_stats(), and switch_ivr_set_xml_call_stats().
uint32_t error_period::flaws |
Definition at line 675 of file switch_types.h.
Referenced by check_jitter(), do_mos(), rtp_common_read(), switch_ivr_set_json_call_stats(), and switch_ivr_set_xml_call_stats().
struct error_period* error_period::next |
Definition at line 677 of file switch_types.h.
Referenced by check_jitter(), switch_ivr_set_json_call_stats(), and switch_ivr_set_xml_call_stats().
int64_t error_period::start |
Definition at line 673 of file switch_types.h.
Referenced by check_jitter(), switch_ivr_set_json_call_stats(), and switch_ivr_set_xml_call_stats().
int64_t error_period::stop |
Definition at line 674 of file switch_types.h.
Referenced by check_jitter(), switch_ivr_set_json_call_stats(), switch_ivr_set_xml_call_stats(), and switch_rtp_sync_stats().