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

Struct for SR (sender report) RTCP packets. More...

#include <rtcppkt.h>

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

Data Fields

uint32 ssrc
 source identifier. More...
 
SenderInfo sinfo
 actual sender info. More...
 
RRBlock blocks [1]
 possibly several receiver info blocks. More...
 

Detailed Description

Struct for SR (sender report) RTCP packets.

Definition at line 166 of file rtcppkt.h.

Field Documentation

RRBlock RTCPCompoundHandler::SendReport::blocks[1]

possibly several receiver info blocks.

Definition at line 170 of file rtcppkt.h.

SenderInfo RTCPCompoundHandler::SendReport::sinfo

actual sender info.

Definition at line 169 of file rtcppkt.h.

uint32 RTCPCompoundHandler::SendReport::ssrc

source identifier.

Definition at line 168 of file rtcppkt.h.


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