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

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

virtual int ChromaWidth () const =0
virtual int ChromaHeight () const =0
virtual int StrideY () const =0
virtual int StrideU () const =0
virtual int StrideV () const =0
virtual::webrtc::VideoFrameBuffer::Type type () const =0
virtual int width () const =0
virtual int height () const =0
virtual ::webrtc::scoped_refptr<::webrtc::I420BufferInterface > ToI420 ()=0
virtual::webrtc::I420BufferInterface const * GetI420 () const
virtual ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer > CropAndScale (int offset_x, int offset_y, int crop_width, int crop_height, int scaled_width, int scaled_height)
virtual ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer > GetMappedFrameBuffer (::webrtc::ArrayView<::webrtc::VideoFrameBuffer::Type >)
virtual::std::string storage_representation () const
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 (::webrtc::ArrayView<::webrtc::VideoFrameBuffer::Type >)
MCAPI::std::string $storage_representation () const
virtual void AddRef () const =0
virtual::webrtc::RefCountReleaseStatus Release () const =0
MCAPI void $dtor ()

Static Public Member Functions

static MCAPI void ** $vftable ()

Member Function Documentation

◆ $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 ( ::webrtc::ArrayView<::webrtc::VideoFrameBuffer::Type > )
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.

◆ $storage_representation()

MCAPI::std::string webrtc::VideoFrameBuffer::$storage_representation ( ) const
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()

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: