Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_rtp_rtcp_report Struct Reference

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_blockreport_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
 

Detailed Description

An object that represents data sent during a SR/RR RTCP report.

Since
12

Definition at line 361 of file rtp_engine.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: