|
Asterisk - The Open Source Telephony Project
18.5.0
|
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 331 of file rtp_engine.h.
| struct timeval ntp_timestamp |
Definition at line 336 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 339 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 338 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 332 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 344 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 337 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 333 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 334 of file rtp_engine.h.
Referenced by ast_rtcp_generate_report(), Property::load(), rtcp_report_to_ami(), and rtcp_report_to_json().
1.8.13