Asterisk - The Open Source Telephony Project
21.4.1
|
An object that represents data sent during a SR/RR RTCP report. More...
#include <rtp_engine.h>
Data Fields | |
unsigned short | reception_report_count |
struct ast_rtp_rtcp_report_block * | report_block [0] |
struct { | |
struct timeval ntp_timestamp | |
unsigned int octet_count | |
unsigned int packet_count | |
unsigned int rtp_timestamp | |
} | sender_information |
unsigned int | ssrc |
unsigned int | type |
An object that represents data sent during a SR/RR RTCP report.
Definition at line 361 of file rtp_engine.h.
struct ast_rtp_rtcp_report_block* report_block[0] |
A dynamic array of report blocks. The number of elements is given by reception_report_count
.
Definition at line 374 of file rtp_engine.h.
Referenced by ast_rtcp_interpret(), and lintospeex_feedback().