Agora C++ API Reference for All Platforms
|
Inherits agora::RefCountInterface.
Inherited by agora::rtc::IVideoEncodedImageSenderEx.
Public Member Functions | |
virtual bool | sendEncodedVideoImage (const uint8_t *imageBuffer, size_t length, const EncodedVideoFrameInfo &videoEncodedFrameInfo)=0 |
![]() | |
virtual void | AddRef () const =0 |
virtual RefCountReleaseStatus | Release () const =0 |
virtual bool | HasOneRef () const =0 |
Protected Member Functions | |
~IVideoEncodedImageSender () | |
![]() | |
virtual | ~RefCountInterface () |
The IVideoEncodedImageSender
class.
In scenarios involving custom video sources, you can use this class to send the encoded video data directly to the video track. If the video track is disabled, the sent video image will be automatically discarded.
|
inlineprotected |
|
pure virtual |
Sends the encoded video image to the video track.
imageBuffer | The video buffer. |
length | The data length of the video data. |
videoEncodedFrameInfo | The reference to the information of the encoded video frame: EncodedVideoFrameInfo. |
true
: Success.false
: Failure.