webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Attributes | List of all members
webrtc::rtcp::CompoundPacket Class Reference

#include <compound_packet.h>

Inheritance diagram for webrtc::rtcp::CompoundPacket:
webrtc::rtcp::RtcpPacket webrtc::rtcp::RtcpPacket webrtc::PacketContainer

Public Member Functions

 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
 
- Public Member Functions inherited from webrtc::rtcp::RtcpPacket
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
 

Protected Attributes

std::vector< RtcpPacket * > appended_packets_
 

Additional Inherited Members

- Protected Member Functions inherited from webrtc::rtcp::RtcpPacket
 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 Protected Member Functions inherited from webrtc::rtcp::RtcpPacket
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 Protected Attributes inherited from webrtc::rtcp::RtcpPacket
static constexpr size_t kHeaderLength = 4
 

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ Append() [1/2]

void webrtc::rtcp::CompoundPacket::Append ( RtcpPacket packet)

◆ Append() [2/2]

void webrtc::rtcp::CompoundPacket::Append ( RtcpPacket packet)

◆ 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]

bool webrtc::rtcp::CompoundPacket::Create ( uint8_t packet,
size_t index,
size_t  max_length,
RtcpPacket::PacketReadyCallback callback 
) const
overridevirtual

◆ Create() [2/2]

bool webrtc::rtcp::CompoundPacket::Create ( uint8_t packet,
size_t index,
size_t  max_length,
RtcpPacket::PacketReadyCallback callback 
) const
overridevirtual

Member Data Documentation

◆ appended_packets_

std::vector< RtcpPacket * > webrtc::rtcp::CompoundPacket::appended_packets_
protected

The documentation for this class was generated from the following files: