Base class for specific types of RTCP packets.
More...
#include <rtcppacket.h>
◆ PacketType
Enumerator |
---|
SR | An RTCP sender report.
|
RR | An RTCP receiver report.
|
SDES | An RTCP source description packet.
|
BYE | An RTCP bye packet.
|
APP | An RTCP packet containing application specific data.
|
Unknown | The type of RTCP packet was not recognized.
|
◆ GetPacketData()
uint8_t* RTCPPacket::GetPacketData |
( |
| ) |
|
|
inline |
◆ GetPacketLength()
size_t RTCPPacket::GetPacketLength |
( |
| ) |
const |
|
inline |
◆ GetPacketType()
◆ IsKnownFormat()
bool RTCPPacket::IsKnownFormat |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: