|
jrtplib 3.7.1
|
Base class for specific types of RTCP packets. More...
#include <rtcppacket.h>

Public Types | |
| enum | PacketType { SR, RR, SDES, BYE, APP, Unknown } |
Identifies the specific kind of RTCP packet. More... | |
Public Member Functions | |
| bool | IsKnownFormat () const |
Returns true if the subclass was able to interpret the data and false otherwise. | |
| PacketType | GetPacketType () const |
| Returns the actual packet type which the subclass implements. | |
| uint8_t * | GetPacketData () |
| Returns a pointer to the data of this RTCP packet. | |
| size_t | GetPacketLength () const |
| Returns the length of this RTCP packet. | |
| uint8_t* RTCPPacket::GetPacketData | ( | ) | [inline] |
| size_t RTCPPacket::GetPacketLength | ( | ) | const [inline] |
| PacketType RTCPPacket::GetPacketType | ( | ) | const [inline] |
| bool RTCPPacket::IsKnownFormat | ( | ) | const [inline] |
1.7.3