| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 timeval ntp_timestamp | 
Definition at line 366 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), hook_event_cb(), rtcp_report_to_ami(), and rtcp_report_to_json().
| unsigned int octet_count | 
Definition at line 369 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), rtcp_report_to_ami(), and rtcp_report_to_json().
| unsigned int packet_count | 
Definition at line 368 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), rtcp_report_to_ami(), and rtcp_report_to_json().
| unsigned short reception_report_count | 
Definition at line 362 of file rtp_engine.h.
Referenced by ast_rtcp_generate_report(), lintospeex_feedback(), rtcp_report_to_ami(), rtcp_report_to_json(), and rtp_rtcp_report_dtor().
| 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_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), ast_rtcp_interpret(), lintospeex_feedback(), rtcp_report_to_ami(), rtcp_report_to_json(), and rtp_rtcp_report_dtor().
| unsigned int rtp_timestamp | 
Definition at line 367 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), hook_event_cb(), rtcp_report_to_ami(), and rtcp_report_to_json().
| struct { ... } sender_information | 
| unsigned int ssrc | 
Definition at line 363 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), ast_rtcp_generate_sdes(), rtcp_report_to_ami(), and rtcp_report_to_json().
| unsigned int type | 
Definition at line 364 of file rtp_engine.h.
Referenced by ast_rtcp_generate_report(), rtcp_report_to_ami(), and rtcp_report_to_json().