Struct for APP (application specific) RTCP packets.
More...
#include <rtcppkt.h>
|
| 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...
|
| |
Struct for APP (application specific) RTCP packets.
Definition at line 215 of file rtcppkt.h.
| 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: