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:
 Sends preprocessed data.
 

Detailed Description

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

Definition at line 41 of file ZMVideoSDKShareHelper.h.

Method Documentation

◆ sendPreprocessedData:

- (ZMVideoSDKErrors) sendPreprocessedData: (ZMVideoSDKYUVRawDataI420 *) rawdata

Sends preprocessed data.

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