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

Struct for APP (application specific) RTCP packets. More...

#include <rtcppkt.h>

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

Data Fields

uint32 ssrc
 ssrc identifier of source. More...
 
char name [4]
 Name of the APP packet, interpreted as a sequence of four characters. More...
 
unsigned char data [1]
 application dependent data. More...
 

Detailed Description

Struct for APP (application specific) RTCP packets.

Definition at line 215 of file rtcppkt.h.

Field Documentation

unsigned char RTCPCompoundHandler::APPPacket::data[1]

application dependent data.

Definition at line 221 of file rtcppkt.h.

char RTCPCompoundHandler::APPPacket::name[4]

Name of the APP packet, interpreted as a sequence of four characters.

Definition at line 218 of file rtcppkt.h.

uint32 RTCPCompoundHandler::APPPacket::ssrc

ssrc identifier of source.

Definition at line 217 of file rtcppkt.h.


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