Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKShareSender Class Reference

#include <ZoomSDKRawDataShareSourceController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- sendShareFrame:width:height:frameLength:format:
 Send share raw data in meeting.
 

Detailed Description

Definition at line 8 of file ZoomSDKRawDataShareSourceController.h.

Method Documentation

◆ sendShareFrame:width:height:frameLength:format:

- (ZoomSDKError) sendShareFrame: (char *_Nonnull) frameBuffer
width: (unsigned int) width
height: (unsigned int) height
frameLength: (unsigned int) frameLength
format: (ZoomSDKFrameDataFormat) format 

Send share raw data in meeting.

Parameters
frameBufferThe buffer of the data to send.
widthThe width of the data to send.
heightThe height of the data to send.
frameLengthThe length of the data to send.
formatThe format of frame data.
Returns
If the function succeeds, it will return ZoomSDKError_Success.