Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKShareSender Class Reference

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

#include <ZoomVideoSDKShareSender.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

A class for users to send video raw data.

Definition at line 11 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 

Sends one frame data.

Parameters
frameBufferThe frame buffer YUVI420 buffer.
widthThe frame width.
heightThe frame height.
frameLengthThe buffer length.
formatThe buffer format.
Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.