LeviLamina
Loading...
Searching...
No Matches
webrtc::I422Buffer Class Referenceabstract
+ Inheritance diagram for webrtc::I422Buffer:

Public Types

enum class  Type : int {
  KNative = 0 , KI420 = 1 , KI420A = 2 , KI422 = 3 ,
  KI444 = 4 , KI010 = 5 , KI210 = 6 , KI410 = 7 ,
  KNV12 = 8
}
 

Public Member Functions

I422Bufferoperator= (I422Buffer const &)
 
 I422Buffer (I422Buffer const &)
 
virtual ::webrtc::scoped_refptr<::webrtc::I420BufferInterfaceToI420 ()
 
virtual::webrtc::I420BufferInterface const * GetI420 () const
 
virtual int width () const
 
virtual int height () const
 
virtual uchar const * DataY () const
 
virtual uchar const * DataU () const
 
virtual uchar const * DataV () const
 
virtual int StrideY () const
 
virtual int StrideU () const
 
virtual int StrideV () const
 
virtual::webrtc::VideoFrameBuffer::Type type () const
 
virtual int ChromaWidth () const
 
virtual int ChromaHeight () const
 
virtual ::webrtc::scoped_refptr<::webrtc::VideoFrameBufferCropAndScale (int offset_x, int offset_y, int crop_width, int crop_height, int scaled_width, int scaled_height)
 
virtual ::webrtc::scoped_refptr<::webrtc::VideoFrameBufferGetMappedFrameBuffer (::rtc::ArrayView<::webrtc::VideoFrameBuffer::Type > types)
 
MCAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer$CropAndScale (int offset_x, int offset_y, int crop_width, int crop_height, int scaled_width, int scaled_height)
 
MCAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer$GetMappedFrameBuffer (::rtc::ArrayView<::webrtc::VideoFrameBuffer::Type > types)
 
virtual void AddRef () const =0
 
virtual::webrtc::RefCountReleaseStatus Release () const =0
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 4, 4 > mUnka3c3c8
 
::ll::UntypedStorage< 4, 4 > mUnk64f781
 
::ll::UntypedStorage< 4, 4 > mUnka19cba
 
::ll::UntypedStorage< 4, 4 > mUnka60756
 
::ll::UntypedStorage< 4, 4 > mUnke13ace
 
::ll::UntypedStorage< 8, 8 > mUnk8caf99
 

Member Function Documentation

◆ ToI420()

virtual ::webrtc::scoped_refptr<::webrtc::I420BufferInterface > webrtc::I422Buffer::ToI420 ( )
virtual

◆ width()

virtual int webrtc::I422Buffer::width ( ) const
virtual

◆ height()

virtual int webrtc::I422Buffer::height ( ) const
virtual

◆ DataY()

virtual uchar const * webrtc::I422Buffer::DataY ( ) const
virtual

◆ DataU()

virtual uchar const * webrtc::I422Buffer::DataU ( ) const
virtual

◆ DataV()

virtual uchar const * webrtc::I422Buffer::DataV ( ) const
virtual

◆ StrideY()

virtual int webrtc::I422Buffer::StrideY ( ) const
virtual

◆ StrideU()

virtual int webrtc::I422Buffer::StrideU ( ) const
virtual

◆ StrideV()

virtual int webrtc::I422Buffer::StrideV ( ) const
virtual

◆ type()

virtual::webrtc::VideoFrameBuffer::Type webrtc::I422BufferInterface::type ( ) const
virtualinherited

◆ ChromaWidth()

virtual int webrtc::I422BufferInterface::ChromaWidth ( ) const
virtualinherited

◆ ChromaHeight()

virtual int webrtc::I422BufferInterface::ChromaHeight ( ) const
virtualinherited

◆ $CropAndScale()

MCAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer > webrtc::VideoFrameBuffer::$CropAndScale ( int offset_x,
int offset_y,
int crop_width,
int crop_height,
int scaled_width,
int scaled_height )
inherited
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.

◆ $GetMappedFrameBuffer()

MCAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer > webrtc::VideoFrameBuffer::$GetMappedFrameBuffer ( ::rtc::ArrayView<::webrtc::VideoFrameBuffer::Type > types)
inherited
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.

◆ $dtor()

MCAPI void webrtc::RefCountInterface::$dtor ( )
inherited
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()

static MCAPI void ** webrtc::RefCountInterface::$vftable ( )
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: