Asterisk - The Open Source Telephony Project
18.5.0
|
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 325 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 319 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 322 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 323 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 324 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 320 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 317 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().