Agora C++ API Reference for All Platforms
|
Inherits agora::RefCountInterface.
Inherited by agora::rtc::IVideoFrameMemoryPoolEx.
Public Member Functions | |
virtual agora::agora_refptr< IVideoFrame > | createVideoFrame (const VideoFrameData &data, const VideoFrameMetaDataType *metatypes=NULL, int count=0)=0 |
![]() | |
virtual void | AddRef () const =0 |
virtual RefCountReleaseStatus | Release () const =0 |
virtual bool | HasOneRef () const =0 |
Protected Member Functions | |
virtual | ~IVideoFrameMemoryPool () |
![]() | |
virtual | ~RefCountInterface () |
|
inlineprotectedvirtual |
|
pure virtual |
Create IVideoFrame
data | video frame data of the new video frame |
metatypes | pointer to the array of meta types |
count | number of the meta types in the array |