|
Meeting SDK for macOS API 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. | |
Callback for preprocessing raw video frames before rendering or transmission.
Definition at line 160 of file ZoomSDKRawDataVideoSourceController.h.
| - (void) onPreProcessRawData: | (ZoomSDKYUVProcessDataI420 *_Nullable) | data |
Notify the delegate to preprocess a raw data.
| data | The raw YUV data. |