Agora RTC Objective-C API Reference  Refactor
Public Member Functions
IVideoEncodedImageSender Class Referenceabstract

Inherits RefCountInterface.

Public Member Functions

virtual bool sendEncodedVideoImage (const uint8_t *imageBuffer, size_t length, const EncodedVideoFrameInfo &videoEncodedFrameInfo)=0
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~IVideoEncodedImageSender()

~IVideoEncodedImageSender ( )
inlineprotected

Member Function Documentation

◆ sendEncodedVideoImage()

virtual bool sendEncodedVideoImage ( const uint8_t *  imageBuffer,
size_t  length,
const EncodedVideoFrameInfo videoEncodedFrameInfo 
)
pure virtual

Sends the encoded video image to the video track.

Parameters
imageBufferThe video buffer.
lengthThe data length of the video data.
videoEncodedFrameInfoThe reference to the information of the encoded video frame: EncodedVideoFrameInfo.
Returns
  • true: Success.
  • false: Failure.

◆ AddRef()

virtual void AddRef ( ) const
pure virtualinherited

◆ Release()

virtual RefCountReleaseStatus Release ( ) const
pure virtualinherited

◆ HasOneRef()

virtual bool HasOneRef ( ) const
pure virtualinherited