Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKRawDataVideoSourceController Class Reference

#include <ZoomSDKRawDataVideoSourceController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- registerRawDataPreProcessor:
 Register the delegate of raw data preprocessor.
 
(ZoomSDKError- unRegisterRawDataPreProcessor:
 unRegister the delegate of raw data preprocessor.
 
(ZoomSDKError- setExternalVideoSource:
 Set the delegate of virtual video source.
 

Detailed Description

Definition at line 117 of file ZoomSDKRawDataVideoSourceController.h.

Method Documentation

◆ registerRawDataPreProcessor:

- (ZoomSDKError) registerRawDataPreProcessor: (id< ZoomSDKRawDataSendDelegate >) delegate

Register the delegate of raw data preprocessor.

Parameters
delegateThe delegate to receive callback.
Returns
If the function succeeds, it will return ZoomSDKError_Success.

◆ setExternalVideoSource:

- (ZoomSDKError) setExternalVideoSource: (id< ZoomSDKVirtualVideoSourceDelegate >) videoSource

Set the delegate of virtual video source.

Parameters
videoSourceThe delegate to receive callback.
Returns
If the function succeeds, it will return ZoomSDKError_Success.

◆ unRegisterRawDataPreProcessor:

- (ZoomSDKError) unRegisterRawDataPreProcessor: (id< ZoomSDKRawDataSendDelegate >) delegate

unRegister the delegate of raw data preprocessor.

Parameters
delegateThe delegate to receive callback.
Returns
If the function succeeds, it will return ZoomSDKError_Success.