man RTCPCompoundHandler_APPPacket (Fonctions bibliothèques) - Struct for APP (application specific) RTCP packets.
NAME
RTCPCompoundHandler::APPPacket - Struct for APP (application specific) RTCP packets.
SYNOPSIS
#include <rtcppkt.h>
Public Attributes
uint32 ssrc
ssrc identifier of source.
char name [4]
Name of the APP packet, interpreted as a sequence of four characters.
unsigned char data [1]
application dependent data.
Detailed Description
Struct for APP (application specific) RTCP packets.
Member Data Documentation
unsigned char RTCPCompoundHandler::APPPacket::data[1]
application dependent data.
char RTCPCompoundHandler::APPPacket::name[4]
Name of the APP packet, interpreted as a sequence of four characters.
uint32 RTCPCompoundHandler::APPPacket::ssrc
ssrc identifier of source.
Author
Generated automatically by Doxygen for ccRTP from the source code.