Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKShareSender Class Reference

A class for user to send video raw data. More...

#include <ZoomVideoSDKShareSender.h>

Inherits NSObject.

Instance Methods

(ZoomVideoSDKError- sendShareFrame:width:height:frameLength:format:
 Send one frame data.
 

Detailed Description

A class for user to send video raw data.

Definition at line 14 of file ZoomVideoSDKShareSender.h.

Method Documentation

◆ sendShareFrame:width:height:frameLength:format:

- (ZoomVideoSDKError) sendShareFrame: (char *) frameBuffer
width: (int) width
height: (int) height
frameLength: (int) frameLength
format: (ZoomVideoSDKFrameDataFormat) format 

Send one frame data.

Parameters
frameBufferFrameBuffer YUVI420 buffer..
widthFrame width.
heightFrame height.
frameLengthBuffer length.
formatbuffer format.
Returns
If the function succeeds, the return value is Errors_Success.Otherwise failed. To get extended error information, see [ZoomVideoSDKError].