Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKSharePreprocessSender Class Reference

Interface to send preprocessed YUV raw data frames back to the SDK. More...

#include <ZMVideoSDKShareHelper.h>

Inherits NSObject.

Instance Methods

(ZMVideoSDKErrors- sendPreprocessedData:
 Send preprocessed data.
 

Detailed Description

Interface to send preprocessed YUV raw data frames back to the SDK.

Definition at line 37 of file ZMVideoSDKShareHelper.h.

Method Documentation

◆ sendPreprocessedData:

- (ZMVideoSDKErrors) sendPreprocessedData: (ZMVideoSDKYUVRawDataI420 *) rawdata

Send preprocessed data.

Parameters
rawdataThe processed data object.
Returns
If the function succeeds, the return value is ZMVideoSDKErrors_Success, otherwise failed.