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

Struct for a chunk of items in a SDES RTCP packet. More...

#include <rtcppkt.h>

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

Public Member Functions

uint32 getSSRC () const
 

Data Fields

uint32 ssrc
 SSRC identifer from sender. More...
 
SDESItem item
 SDES item from sender. More...
 

Detailed Description

Struct for a chunk of items in a SDES RTCP packet.

Definition at line 190 of file rtcppkt.h.

Member Function Documentation

uint32 RTCPCompoundHandler::SDESChunk::getSSRC ( ) const
inline

Definition at line 192 of file rtcppkt.h.

Field Documentation

SDESItem RTCPCompoundHandler::SDESChunk::item

SDES item from sender.

Definition at line 196 of file rtcppkt.h.

uint32 RTCPCompoundHandler::SDESChunk::ssrc

SSRC identifer from sender.

Definition at line 195 of file rtcppkt.h.


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