Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
RTCPCompoundHandler::RecvReport Struct Reference

raw structure of the source and every receiver report in an SR or RR RTCP packet. More...

#include <rtcppkt.h>

Collaboration diagram for RTCPCompoundHandler::RecvReport:
Collaboration graph
[legend]

Data Fields

uint32 ssrc
 source identifier. More...
 
RRBlock blocks [1]
 receiver report blocks. More...
 

Detailed Description

raw structure of the source and every receiver report in an SR or RR RTCP packet.

Definition at line 140 of file rtcppkt.h.

Field Documentation

RRBlock RTCPCompoundHandler::RecvReport::blocks[1]

receiver report blocks.

Definition at line 143 of file rtcppkt.h.

uint32 RTCPCompoundHandler::RecvReport::ssrc

source identifier.

Definition at line 142 of file rtcppkt.h.


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