#include <compound_packet.h>
|
| CompoundPacket () |
|
| ~CompoundPacket () override |
|
void | Append (RtcpPacket *packet) |
|
size_t | BlockLength () const override |
|
bool | Create (uint8_t *packet, size_t *index, size_t max_length, RtcpPacket::PacketReadyCallback *callback) const override |
|
| CompoundPacket () |
|
| ~CompoundPacket () override |
|
void | Append (RtcpPacket *packet) |
|
size_t | BlockLength () const override |
|
bool | Create (uint8_t *packet, size_t *index, size_t max_length, RtcpPacket::PacketReadyCallback *callback) const override |
|
virtual | ~RtcpPacket () |
|
rtc::Buffer | Build () const |
|
bool | BuildExternalBuffer (uint8_t *buffer, size_t max_length, PacketReadyCallback *callback) const |
|
virtual | ~RtcpPacket () |
|
rtc::Buffer | Build () const |
|
bool | BuildExternalBuffer (uint8_t *buffer, size_t max_length, PacketReadyCallback *callback) const |
|
|
| RtcpPacket () |
|
bool | OnBufferFull (uint8_t *packet, size_t *index, PacketReadyCallback *callback) const |
|
size_t | HeaderLength () const |
|
| RtcpPacket () |
|
bool | OnBufferFull (uint8_t *packet, size_t *index, PacketReadyCallback *callback) const |
|
size_t | HeaderLength () const |
|
static void | CreateHeader (uint8_t count_or_format, uint8_t packet_type, size_t block_length, uint8_t *buffer, size_t *pos) |
|
static void | CreateHeader (uint8_t count_or_format, uint8_t packet_type, size_t block_length, uint8_t *buffer, size_t *pos) |
|
static constexpr size_t | kHeaderLength = 4 |
|
◆ CompoundPacket() [1/2]
webrtc::rtcp::CompoundPacket::CompoundPacket |
( |
| ) |
|
|
inline |
◆ ~CompoundPacket() [1/2]
webrtc::rtcp::CompoundPacket::~CompoundPacket |
( |
| ) |
|
|
inlineoverride |
◆ CompoundPacket() [2/2]
webrtc::rtcp::CompoundPacket::CompoundPacket |
( |
| ) |
|
|
inline |
◆ ~CompoundPacket() [2/2]
webrtc::rtcp::CompoundPacket::~CompoundPacket |
( |
| ) |
|
|
inlineoverride |
◆ Append() [1/2]
◆ Append() [2/2]
◆ BlockLength() [1/2]
size_t webrtc::rtcp::CompoundPacket::BlockLength |
( |
| ) |
const |
|
overridevirtual |
◆ BlockLength() [2/2]
size_t webrtc::rtcp::CompoundPacket::BlockLength |
( |
| ) |
const |
|
overridevirtual |
◆ Create() [1/2]
◆ Create() [2/2]
◆ appended_packets_
std::vector< RtcpPacket * > webrtc::rtcp::CompoundPacket::appended_packets_ |
|
protected |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc