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

Start pre-process share's sender interface. More...

#include <ZoomVideoSDKShareHelper.h>

Inherits NSObject.

Instance Methods

(ZoomVideoSDKError- sendPreprocessedData:
 Sends preprocessed data.
 

Detailed Description

Start pre-process share's sender interface.

Definition at line 94 of file ZoomVideoSDKShareHelper.h.

Method Documentation

◆ sendPreprocessedData:

- (ZoomVideoSDKError) sendPreprocessedData: (ZoomVideoSDKVideoRawData *_Nullable) rawData

Sends preprocessed data.

Parameters
rawDataThe processed data object.
Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.