rtcpcompoundhandler::apppacket(3)
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
- uint32 RTCPCompoundHandler::APPPacket::ssrc
- ssrc identifier of source.
- char RTCPCompoundHandler::APPPacket::name[4]
- Name of the APP packet, interpreted as a sequence of four characters.
- unsigned char RTCPCompoundHandler::APPPacket::data[1]
- application dependent data.
Author
- Generated automatically by Doxygen for ccRTP from the source code.