| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
A report block within a SR/RR report. More...
#include <rtp_engine.h>
| Data Fields | ||
| unsigned int | dlsr | |
| unsigned int | highest_seq_no | |
| unsigned int | ia_jitter | |
| struct { | ||
| unsigned short fraction | ||
| unsigned int packets | ||
| } | lost_count | |
| unsigned int | lsr | |
| unsigned int | source_ssrc | |
| unsigned int dlsr | 
Definition at line 355 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), ast_rtcp_interpret(), rtcp_report_to_ami(), and rtcp_report_to_json().
| unsigned short fraction | 
Definition at line 349 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(), and rtcp_report_to_json().
| unsigned int highest_seq_no | 
Definition at line 352 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), ast_rtcp_interpret(), rtcp_report_to_ami(), and rtcp_report_to_json().
| unsigned int ia_jitter | 
Definition at line 353 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), ast_rtcp_interpret(), rtcp_report_to_ami(), and rtcp_report_to_json().
| struct { ... } lost_count | 
| unsigned int lsr | 
Definition at line 354 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), ast_rtcp_interpret(), rtcp_report_to_ami(), and rtcp_report_to_json().
| unsigned int packets | 
Definition at line 350 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), ast_rtcp_interpret(), rtcp_report_to_ami(), and rtcp_report_to_json().
| unsigned int source_ssrc | 
Definition at line 347 of file rtp_engine.h.
Referenced by ast_rtcp_calculate_sr_rr_statistics(), ast_rtcp_generate_report(), ast_rtcp_interpret(), rtcp_report_to_ami(), and rtcp_report_to_json().