|
LeviLamina
|
Inheritance diagram for webrtc::RtpPacketToSend:Public Types | |
| enum class | OriginalType : int { KAudio = 0 , KVideo = 1 } |
Public Member Functions | |
| MCAPI | RtpPacketToSend (::webrtc::RtpPacketToSend const &) |
| MCAPI | RtpPacketToSend (::webrtc::RtpHeaderExtensionMap const *extensions) |
| MCAPI | RtpPacketToSend (::webrtc::RtpHeaderExtensionMap const *extensions, uint64 capacity) |
| MCAPI::webrtc::RtpPacketToSend & | operator= (::webrtc::RtpPacketToSend const &) |
| MCAPI void | set_packet_type (::webrtc::RtpPacketMediaType type) |
| MCAPI | ~RtpPacketToSend () |
| MCAPI void * | $ctor (::webrtc::RtpPacketToSend const &) |
| MCAPI void * | $ctor (::webrtc::RtpHeaderExtensionMap const *extensions) |
| MCAPI void * | $ctor (::webrtc::RtpHeaderExtensionMap const *extensions, uint64 capacity) |
| MCAPI void | $dtor () |
| MCAPI ::rtc::ArrayView< uchar > | AllocateExtension (::webrtc::RTPExtensionType type, uint64 length) |
| MCAPI uchar * | AllocatePayload (uint64 size_bytes) |
| MCAPI ::rtc::ArrayView< uchar > | AllocateRawExtension (int id, uint64 length) |
| MCAPI void | Clear () |
| MCAPI ::std::vector< uint > | Csrcs () const |
| MCAPI ::rtc::ArrayView< uchar const > | FindExtension (::webrtc::RTPExtensionType type) const |
| MCAPI::webrtc::RtpPacket::ExtensionInfo const * | FindExtensionInfo (int id) const |
| MCAPI::webrtc::RtpPacket::ExtensionInfo & | FindOrCreateExtensionInfo (int id) |
| MCAPI bool | HasExtension (::webrtc::RTPExtensionType type) const |
| MCAPI bool | Parse (::rtc::CopyOnWriteBuffer buffer) |
| MCAPI bool | ParseBuffer (uchar const *buffer, uint64 size) |
| MCAPI void | PromoteToTwoByteHeaderExtension () |
| MCAPI void | SetCsrcs (::rtc::ArrayView< uint const > csrcs) |
| MCAPI ushort | SetExtensionLengthMaybeAddZeroPadding (uint64 extensions_offset) |
| MCAPI void | SetMarker (bool marker_bit) |
| MCAPI bool | SetPadding (uint64 padding_bytes) |
| MCAPI uchar * | SetPayloadSize (uint64 size_bytes) |
| MCAPI void | SetPayloadType (uchar payload_type) |
| MCAPI void | SetSequenceNumber (ushort seq_no) |
| MCAPI void | SetSsrc (uint ssrc) |
| MCAPI void | SetTimestamp (uint timestamp) |
| MCAPI uchar * | WriteAt (uint64 offset) |
| MCAPI void | WriteAt (uint64 offset, uchar byte) |
| MCAPI uchar const * | data () const |
| MCAPI void * | $ctor (::webrtc::RtpPacket const &) |
Public Attributes | |
| ::ll::UntypedStorage< 8, 8 > | mUnk74698b |
| ::ll::UntypedStorage< 8, 16 > | mUnk48c0c4 |
| ::ll::UntypedStorage< 4, 8 > | mUnke1841f |
| ::ll::UntypedStorage< 4, 8 > | mUnkf4631f |
| ::ll::UntypedStorage< 8, 16 > | mUnk5e4b65 |
| ::ll::UntypedStorage< 1, 1 > | mUnk9b7691 |
| ::ll::UntypedStorage< 2, 4 > | mUnk1d20f7 |
| ::ll::UntypedStorage< 8, 8 > | mUnk35704f |
| ::ll::UntypedStorage< 1, 1 > | mUnk52ebe4 |
| ::ll::UntypedStorage< 1, 1 > | mUnkf2cc7e |
| ::ll::UntypedStorage< 1, 1 > | mUnk27f54a |
| ::ll::UntypedStorage< 1, 1 > | mUnka548b2 |
| ::ll::UntypedStorage< 8, 16 > | mUnk3b3796 |
| ::ll::UntypedStorage< 1, 1 > | mUnkb81bfa |
| ::ll::UntypedStorage< 1, 1 > | mUnk9c66f5 |
| ::ll::UntypedStorage< 1, 1 > | mUnk54a66d |
| ::ll::UntypedStorage< 2, 2 > | mUnkaa527e |
| ::ll::UntypedStorage< 4, 4 > | mUnk790d2c |
| ::ll::UntypedStorage< 4, 4 > | mUnk45bd2f |
| ::ll::UntypedStorage< 8, 8 > | mUnkea8ad5 |
| ::ll::UntypedStorage< 8, 8 > | mUnkb68566 |
| ::ll::UntypedStorage< 1, 22 > | mUnk1ffc18 |
| ::ll::UntypedStorage< 8, 24 > | mUnk6909e9 |
| ::ll::UntypedStorage< 8, 8 > | mUnk5ddf48 |
| ::ll::UntypedStorage< 8, 24 > | mUnkc4d7dc |
| MCAPI webrtc::RtpPacketToSend::RtpPacketToSend | ( | ::webrtc::RtpPacketToSend const & | ) |
|
explicit |
| MCAPI webrtc::RtpPacketToSend::RtpPacketToSend | ( | ::webrtc::RtpHeaderExtensionMap const * | extensions, |
| uint64 | capacity ) |
| MCAPI webrtc::RtpPacketToSend::~RtpPacketToSend | ( | ) |
| MCAPI::webrtc::RtpPacketToSend & webrtc::RtpPacketToSend::operator= | ( | ::webrtc::RtpPacketToSend const & | ) |
| MCAPI void webrtc::RtpPacketToSend::set_packet_type | ( | ::webrtc::RtpPacketMediaType | type | ) |
| MCAPI void * webrtc::RtpPacketToSend::$ctor | ( | ::webrtc::RtpPacketToSend const & | ) |
| MCAPI void * webrtc::RtpPacketToSend::$ctor | ( | ::webrtc::RtpHeaderExtensionMap const * | extensions | ) |
| MCAPI void * webrtc::RtpPacketToSend::$ctor | ( | ::webrtc::RtpHeaderExtensionMap const * | extensions, |
| uint64 | capacity ) |
| MCAPI void webrtc::RtpPacketToSend::$dtor | ( | ) |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |