Describes an RTCP APP packet.
More...
#include <rtcpapppacket.h>
◆ RTCPAPPPacket()
RTCPAPPPacket::RTCPAPPPacket |
( |
uint8_t * |
data, |
|
|
size_t |
datalen |
|
) |
| |
Creates an instance based on the data in data
with length datalen
. Since the data
pointer is referenced inside the class (no copy of the data is made) one must make sure that the memory it points to is valid as long as the class instance exists.
◆ GetAPPData()
uint8_t * RTCPAPPPacket::GetAPPData |
( |
| ) |
|
|
inline |
◆ GetAPPDataLength()
size_t RTCPAPPPacket::GetAPPDataLength |
( |
| ) |
const |
|
inline |
◆ GetName()
uint8_t * RTCPAPPPacket::GetName |
( |
| ) |
|
|
inline |
Returns the name contained in the APP packet. This alway consists of four bytes and is not NULL-terminated.
◆ GetSSRC()
uint32_t RTCPAPPPacket::GetSSRC |
( |
| ) |
const |
|
inline |
◆ GetSubType()
uint8_t RTCPAPPPacket::GetSubType |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: