Mac SDK
Instance Methods | List of all members
ZoomSDKRawDataVideoSourceController Class Reference
Inheritance diagram for ZoomSDKRawDataVideoSourceController:

Instance Methods

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

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.

The documentation for this class was generated from the following file: