#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 80 of file rtp.h.
unsigned int local_count |
Definition at line 84 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
double local_jitter |
Definition at line 83 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
unsigned int local_lostpackets |
Definition at line 82 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
unsigned int local_ssrc |
Definition at line 81 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
unsigned int remote_count |
Definition at line 88 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
double remote_jitter |
Definition at line 87 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
unsigned int remote_lostpackets |
Definition at line 86 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
unsigned int remote_ssrc |
Definition at line 85 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().
double rtt |
Definition at line 89 of file rtp.h.
Referenced by acf_channel_read(), and ast_rtp_get_quality().