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,. More...
|
|
unsigned char | data [1] |
| interpreted as a sequence of four characters. More...
|
|
Struct for APP (application specific) RTCP packets.
Definition at line 212 of file rtcppkt.h.
unsigned char RTCPCompoundHandler::APPPacket::data[1] |
interpreted as a sequence of four characters.
application dependent data.
Definition at line 218 of file rtcppkt.h.
char RTCPCompoundHandler::APPPacket::name[4] |
Name of the APP packet,.
Definition at line 215 of file rtcppkt.h.
uint32 RTCPCompoundHandler::APPPacket::ssrc |
ssrc identifier of source.
Definition at line 214 of file rtcppkt.h.
The documentation for this struct was generated from the following file: