#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 235 of file rtp_engine.h.
| double local_maxjitter |
Maximum jitter on local side
Definition at line 253 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double local_maxrxploss |
Maximum number of packets lost on local side
Definition at line 273 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double local_minjitter |
Minimum jitter on local side
Definition at line 255 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double local_minrxploss |
Minimum number of packets lost on local side
Definition at line 275 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double local_normdevjitter |
Average jitter on local side
Definition at line 257 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double local_normdevrxploss |
Average number of packets lost on local side
Definition at line 277 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| unsigned int local_ssrc |
Our SSRC
Definition at line 291 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double local_stdevjitter |
Standard deviation jitter on local side
Definition at line 259 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double local_stdevrxploss |
Standard deviation packets lost on local side
Definition at line 279 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double maxrtt |
Maximum round trip time
Definition at line 283 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double minrtt |
Minimum round trip time
Definition at line 285 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double normdevrtt |
Average round trip time
Definition at line 287 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double remote_maxjitter |
Maximum jitter on remote side
Definition at line 245 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double remote_maxrxploss |
Maximum number of packets lost on remote side
Definition at line 265 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double remote_minjitter |
Minimum jitter on remote side
Definition at line 247 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double remote_minrxploss |
Minimum number of packets lost on remote side
Definition at line 267 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double remote_normdevjitter |
Average jitter on remote side
Definition at line 249 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double remote_normdevrxploss |
Average number of packets lost on remote side
Definition at line 269 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| unsigned int remote_ssrc |
Their SSRC
Definition at line 293 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and ast_srtp_unprotect().
| double remote_stdevjitter |
Standard deviation jitter on remote side
Definition at line 251 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double remote_stdevrxploss |
Standard deviation packets lost on remote side
Definition at line 271 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| double rtt |
Total round trip time
Definition at line 281 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| unsigned int rxcount |
Number of packets received
Definition at line 239 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and show_chanstats_cb().
| double rxjitter |
Jitter on received packets
Definition at line 243 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and show_chanstats_cb().
| unsigned int rxploss |
Number of received packets lost
Definition at line 263 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and show_chanstats_cb().
| double stdevrtt |
Standard deviation round trip time
Definition at line 289 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), and ast_rtp_instance_get_quality().
| unsigned int txcount |
Number of packets transmitted
Definition at line 237 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and show_chanstats_cb().
| double txjitter |
Jitter on transmitted packets
Definition at line 241 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and show_chanstats_cb().
| unsigned int txploss |
Number of transmitted packets lost
Definition at line 261 of file rtp_engine.h.
Referenced by ast_rtp_get_stat(), ast_rtp_instance_get_quality(), and show_chanstats_cb().