RTS API Documentation  1.10.11
Data Fields
switch_rtp_numbers_t Struct Reference

#include <switch_types.h>

+ Collaboration diagram for switch_rtp_numbers_t:

Data Fields

switch_size_t raw_bytes
 
switch_size_t media_bytes
 
switch_size_t packet_count
 
switch_size_t period_packet_count
 
switch_size_t media_packet_count
 
switch_size_t skip_packet_count
 
switch_size_t jb_packet_count
 
switch_size_t dtmf_packet_count
 
switch_size_t cng_packet_count
 
switch_size_t flush_packet_count
 
switch_size_t largest_jb_size
 
int64_t last_proc_time
 
int64_t jitter_n
 
int64_t jitter_add
 
int64_t jitter_addsq
 
double variance
 
double min_variance
 
double max_variance
 
double std_deviation
 
double lossrate
 
double burstrate
 
double mean_interval
 
int loss [LOST_BURST_CAPTURE]
 
int last_loss
 
int recved
 
int last_processed_seq
 
switch_size_t flaws
 
switch_size_t last_flaw
 
double R
 
double mos
 
struct error_perioderror_log
 

Detailed Description

Definition at line 681 of file switch_types.h.

Field Documentation

◆ burstrate

double switch_rtp_numbers_t::burstrate

◆ cng_packet_count

switch_size_t switch_rtp_numbers_t::cng_packet_count

◆ dtmf_packet_count

switch_size_t switch_rtp_numbers_t::dtmf_packet_count

◆ error_log

struct error_period* switch_rtp_numbers_t::error_log

◆ flaws

switch_size_t switch_rtp_numbers_t::flaws

◆ flush_packet_count

switch_size_t switch_rtp_numbers_t::flush_packet_count

◆ jb_packet_count

switch_size_t switch_rtp_numbers_t::jb_packet_count

◆ jitter_add

int64_t switch_rtp_numbers_t::jitter_add

Definition at line 696 of file switch_types.h.

Referenced by check_jitter(), and switch_rtp_create().

◆ jitter_addsq

int64_t switch_rtp_numbers_t::jitter_addsq

Definition at line 697 of file switch_types.h.

Referenced by check_jitter(), and switch_rtp_create().

◆ jitter_n

int64_t switch_rtp_numbers_t::jitter_n

Definition at line 695 of file switch_types.h.

Referenced by check_jitter(), and switch_rtp_create().

◆ largest_jb_size

switch_size_t switch_rtp_numbers_t::largest_jb_size

◆ last_flaw

switch_size_t switch_rtp_numbers_t::last_flaw

Definition at line 713 of file switch_types.h.

Referenced by do_mos(), and reset_jitter_seq().

◆ last_loss

int switch_rtp_numbers_t::last_loss

Definition at line 709 of file switch_types.h.

Referenced by check_jitter(), and switch_rtp_create().

◆ last_proc_time

int64_t switch_rtp_numbers_t::last_proc_time

Definition at line 694 of file switch_types.h.

Referenced by check_jitter(), reset_jitter_seq(), and switch_rtp_create().

◆ last_processed_seq

int switch_rtp_numbers_t::last_processed_seq

◆ loss

int switch_rtp_numbers_t::loss[LOST_BURST_CAPTURE]

Definition at line 708 of file switch_types.h.

Referenced by check_jitter(), and switch_rtp_create().

◆ lossrate

double switch_rtp_numbers_t::lossrate

◆ max_variance

double switch_rtp_numbers_t::max_variance

◆ mean_interval

double switch_rtp_numbers_t::mean_interval

◆ media_bytes

switch_size_t switch_rtp_numbers_t::media_bytes

◆ media_packet_count

switch_size_t switch_rtp_numbers_t::media_packet_count

◆ min_variance

double switch_rtp_numbers_t::min_variance

◆ mos

double switch_rtp_numbers_t::mos

◆ packet_count

switch_size_t switch_rtp_numbers_t::packet_count

◆ period_packet_count

switch_size_t switch_rtp_numbers_t::period_packet_count

Definition at line 685 of file switch_types.h.

Referenced by check_rtcp_and_ice(), and rtp_common_read().

◆ R

double switch_rtp_numbers_t::R

◆ raw_bytes

switch_size_t switch_rtp_numbers_t::raw_bytes

◆ recved

int switch_rtp_numbers_t::recved

Definition at line 710 of file switch_types.h.

Referenced by check_jitter(), and do_mos().

◆ skip_packet_count

switch_size_t switch_rtp_numbers_t::skip_packet_count

◆ std_deviation

double switch_rtp_numbers_t::std_deviation

◆ variance

double switch_rtp_numbers_t::variance

The documentation for this struct was generated from the following file: