Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKRawDataSendDelegate> Protocol Reference

Callback for preprocessing raw video frames before rendering or transmission. More...

#include <ZoomSDKRawDataVideoSourceController.h>

Inherits <NSObject>.

Instance Methods

(void) - onPreProcessRawData:
 Notify the delegate to preprocess a raw data.
 

Detailed Description

Callback for preprocessing raw video frames before rendering or transmission.

Definition at line 160 of file ZoomSDKRawDataVideoSourceController.h.

Method Documentation

◆ onPreProcessRawData:

- (void) onPreProcessRawData: (ZoomSDKYUVProcessDataI420 *_Nullable) data

Notify the delegate to preprocess a raw data.

Parameters
dataThe raw YUV data.