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 683 of file switch_types.h.
uint32_t error_period::consecutive_flaws |
Definition at line 687 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 686 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 688 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 684 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 685 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().