#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 |
Definition at line 111 of file rtp.h.
unsigned int local_count |
Number of received packets
Definition at line 115 of file rtp.h.
Referenced by ast_rtp_get_quality().
double local_jitter |
unsigned int local_lostpackets |
unsigned int local_ssrc |
unsigned int remote_count |
Number of transmitted packets
Definition at line 119 of file rtp.h.
Referenced by ast_rtp_get_quality().
double remote_jitter |
unsigned int remote_lostpackets |
unsigned int remote_ssrc |
double rtt |