LeviLamina
Loading...
Searching...
No Matches
webrtc::RtpPacketizerAv1 Class Reference
Inheritance diagram for webrtc::RtpPacketizerAv1:

Classes

struct  Obu
struct  Packet

Public Member Functions

RtpPacketizerAv1 & operator= (RtpPacketizerAv1 const &)
 RtpPacketizerAv1 (RtpPacketizerAv1 const &)
virtual uint64 NumPackets () const
virtual bool NextPacket (::webrtc::RtpPacketToSend *packet)
MCAPI RtpPacketizerAv1 (::rtc::ArrayView< uchar const > payload, ::webrtc::RtpPacketizer::PayloadSizeLimits limits, ::webrtc::VideoFrameType frame_type, bool is_last_frame_in_picture)
MCAPI void * $ctor (::rtc::ArrayView< uchar const > payload, ::webrtc::RtpPacketizer::PayloadSizeLimits limits, ::webrtc::VideoFrameType frame_type, bool is_last_frame_in_picture)
MCAPI uint64 $NumPackets () const
MCAPI bool $NextPacket (::webrtc::RtpPacketToSend *packet)

Static Public Member Functions

static MCAPI ::std::vector<::webrtc::RtpPacketizerAv1::PacketPacketize (::rtc::ArrayView<::webrtc::RtpPacketizerAv1::Obu const > obus, ::webrtc::RtpPacketizer::PayloadSizeLimits limits)
static MCAPI ::std::vector<::webrtc::RtpPacketizerAv1::ObuParseObus (::rtc::ArrayView< uchar const > payload)
static MCAPI void ** $vftable ()
static MCAPI ::std::unique_ptr<::webrtc::RtpPacketizerCreate (::std::optional<::webrtc::VideoCodecType > type, ::rtc::ArrayView< uchar const > payload, ::webrtc::RtpPacketizer::PayloadSizeLimits limits, ::webrtc::RTPVideoHeader const &rtp_video_header)
static MCAPI ::std::vector< int > SplitAboutEqually (int payload_len, ::webrtc::RtpPacketizer::PayloadSizeLimits const &limits)

Public Attributes

::ll::UntypedStorage< 4, 4 > mUnk93cdff
::ll::UntypedStorage< 8, 24 > mUnkc1d14e
::ll::UntypedStorage< 8, 24 > mUnk8482f1
::ll::UntypedStorage< 1, 1 > mUnk538772
::ll::UntypedStorage< 8, 8 > mUnkb9ffe7

Constructor & Destructor Documentation

◆ RtpPacketizerAv1()

MCAPI webrtc::RtpPacketizerAv1::RtpPacketizerAv1 ( ::rtc::ArrayView< uchar const > payload,
::webrtc::RtpPacketizer::PayloadSizeLimits limits,
::webrtc::VideoFrameType frame_type,
bool is_last_frame_in_picture )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ NumPackets()

virtual uint64 webrtc::RtpPacketizerAv1::NumPackets ( ) const
virtual

Implements webrtc::RtpPacketizer.

◆ NextPacket()

virtual bool webrtc::RtpPacketizerAv1::NextPacket ( ::webrtc::RtpPacketToSend * packet)
virtual

Implements webrtc::RtpPacketizer.

◆ Packetize()

MCAPI ::std::vector<::webrtc::RtpPacketizerAv1::Packet > webrtc::RtpPacketizerAv1::Packetize ( ::rtc::ArrayView<::webrtc::RtpPacketizerAv1::Obu const > obus,
::webrtc::RtpPacketizer::PayloadSizeLimits limits )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ParseObus()

MCAPI ::std::vector<::webrtc::RtpPacketizerAv1::Obu > webrtc::RtpPacketizerAv1::ParseObus ( ::rtc::ArrayView< uchar const > payload)
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * webrtc::RtpPacketizerAv1::$ctor ( ::rtc::ArrayView< uchar const > payload,
::webrtc::RtpPacketizer::PayloadSizeLimits limits,
::webrtc::VideoFrameType frame_type,
bool is_last_frame_in_picture )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $NumPackets()

MCAPI uint64 webrtc::RtpPacketizerAv1::$NumPackets ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $NextPacket()

MCAPI bool webrtc::RtpPacketizerAv1::$NextPacket ( ::webrtc::RtpPacketToSend * packet)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

MCAPI void ** webrtc::RtpPacketizerAv1::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Create()

MCAPI ::std::unique_ptr<::webrtc::RtpPacketizer > webrtc::RtpPacketizer::Create ( ::std::optional<::webrtc::VideoCodecType > type,
::rtc::ArrayView< uchar const > payload,
::webrtc::RtpPacketizer::PayloadSizeLimits limits,
::webrtc::RTPVideoHeader const & rtp_video_header )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SplitAboutEqually()

MCAPI ::std::vector< int > webrtc::RtpPacketizer::SplitAboutEqually ( int payload_len,
::webrtc::RtpPacketizer::PayloadSizeLimits const & limits )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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