#include <rtp_engine.h>
Data Fields | |
| double | local_maxjitter |
| double | local_maxrxploss |
| double | local_minjitter |
| double | local_minrxploss |
| double | local_normdevjitter |
| double | local_normdevrxploss |
| unsigned int | local_ssrc |
| double | local_stdevjitter |
| double | local_stdevrxploss |
| double | maxrtt |
| double | minrtt |
| double | normdevrtt |
| double | remote_maxjitter |
| double | remote_maxrxploss |
| double | remote_minjitter |
| double | remote_minrxploss |
| double | remote_normdevjitter |
| double | remote_normdevrxploss |
| unsigned int | remote_ssrc |
| double | remote_stdevjitter |
| double | remote_stdevrxploss |
| double | rtt |
| unsigned int | rxcount |
| double | rxjitter |
| unsigned int | rxploss |
| double | stdevrtt |
| unsigned int | txcount |
| double | txjitter |
| unsigned int | txploss |
Structure that represents statistics from an RTP instance
Definition at line 244 of file rtp_engine.h.
| double local_maxjitter |
Maximum jitter on local side
Definition at line 262 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double local_maxrxploss |
Maximum number of packets lost on local side
Definition at line 282 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double local_minjitter |
Minimum jitter on local side
Definition at line 264 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double local_minrxploss |
Minimum number of packets lost on local side
Definition at line 284 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double local_normdevjitter |
Average jitter on local side
Definition at line 266 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double local_normdevrxploss |
Average number of packets lost on local side
Definition at line 286 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| unsigned int local_ssrc |
Our SSRC
Definition at line 300 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), dtls_srtp_setup(), sdp_crypto_activate(), and sip_acf_channel_read().
| double local_stdevjitter |
Standard deviation jitter on local side
Definition at line 268 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double local_stdevrxploss |
Standard deviation packets lost on local side
Definition at line 288 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double maxrtt |
Maximum round trip time
Definition at line 292 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double minrtt |
Minimum round trip time
Definition at line 294 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double normdevrtt |
Average round trip time
Definition at line 296 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double remote_maxjitter |
Maximum jitter on remote side
Definition at line 254 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double remote_maxrxploss |
Maximum number of packets lost on remote side
Definition at line 274 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double remote_minjitter |
Minimum jitter on remote side
Definition at line 256 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double remote_minrxploss |
Minimum number of packets lost on remote side
Definition at line 276 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double remote_normdevjitter |
Average jitter on remote side
Definition at line 258 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double remote_normdevrxploss |
Average number of packets lost on remote side
Definition at line 278 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| unsigned int remote_ssrc |
Their SSRC
Definition at line 302 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), ast_srtp_unprotect(), and sip_acf_channel_read().
| double remote_stdevjitter |
Standard deviation jitter on remote side
Definition at line 260 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double remote_stdevrxploss |
Standard deviation packets lost on remote side
Definition at line 280 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| double rtt |
Total round trip time
Definition at line 290 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| unsigned int rxcount |
Number of packets received
Definition at line 248 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), show_chanstats_cb(), and sip_acf_channel_read().
| double rxjitter |
Jitter on received packets
Definition at line 252 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), show_chanstats_cb(), and sip_acf_channel_read().
| unsigned int rxploss |
Number of received packets lost
Definition at line 272 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), show_chanstats_cb(), and sip_acf_channel_read().
| double stdevrtt |
Standard deviation round trip time
Definition at line 298 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and sip_acf_channel_read().
| unsigned int txcount |
Number of packets transmitted
Definition at line 246 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), show_chanstats_cb(), and sip_acf_channel_read().
| double txjitter |
Jitter on transmitted packets
Definition at line 250 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), show_chanstats_cb(), and sip_acf_channel_read().
| unsigned int txploss |
Number of transmitted packets lost
Definition at line 270 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), show_chanstats_cb(), and sip_acf_channel_read().