RTCP quality report storage. More...
#include <rtp.h>
Data Fields | |
unsigned int | local_count |
double | local_jitter |
unsigned int | local_lostpackets |
unsigned int | local_ssrc |
unsigned int | remote_count |
double | remote_jitter |
unsigned int | remote_lostpackets |
unsigned int | remote_ssrc |
double | rtt |
unsigned int local_count |
Number of received packets
Definition at line 121 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
double local_jitter |
Our calculated jitter
Definition at line 120 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
unsigned int local_lostpackets |
Our lost packets
Definition at line 119 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
unsigned int local_ssrc |
Our SSRC
Definition at line 118 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
unsigned int remote_count |
Number of transmitted packets
Definition at line 125 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
double remote_jitter |
Their reported jitter
Definition at line 124 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
unsigned int remote_lostpackets |
Their lost packets
Definition at line 123 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
unsigned int remote_ssrc |
Their SSRC
Definition at line 122 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
double rtt |
Round trip time
Definition at line 126 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().