Struct for APP (application specific) RTCP packets.
More...
#include <rtcppkt.h>
Collaboration diagram for RTCPCompoundHandler::APPPacket:
Data Fields
Name of the APP packet, interpreted as a sequence of four characters.
More...
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: