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

Struct for a receiver info block in a SR (sender report) or an RR (receiver report) RTCP packet. More...

#include <rtcppkt.h>

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

Data Fields

uint32 ssrc
 source identifier. More...
 
ReceiverInfo rinfo
 info about the source. More...
 

Detailed Description

Struct for a receiver info block in a SR (sender report) or an RR (receiver report) RTCP packet.

Definition at line 128 of file rtcppkt.h.

Field Documentation

ReceiverInfo RTCPCompoundHandler::RRBlock::rinfo

info about the source.

Definition at line 131 of file rtcppkt.h.

uint32 RTCPCompoundHandler::RRBlock::ssrc

source identifier.

Definition at line 130 of file rtcppkt.h.


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