Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKRawDataController Class Reference
Inheritance diagram for ZoomSDKRawDataController:

Instance Methods

(ZoomSDKError) - hasRawDataLicense
 Query if the user has raw data license. More...
 
(ZoomSDKError) - getAudioRawDataHelper:
 Get the object of ZoomSDKAudioRawDataHelper. More...
 
(ZoomSDKError) - getRawDataVideoSourceHelper:
 Get the object of ZoomSDKRawDataVideoSourceController. More...
 
(ZoomSDKError) - creatRender:
 Creat the object of ZoomSDKRenderer. More...
 
(ZoomSDKError) - destoryRender:
 Destory the object of ZoomSDKRenderer. More...
 

Protected Attributes

ZoomSDKAudioRawDataHelper_audioRawDataHelper
 
ZoomSDKRawDataVideoSourceController_rawDataVideoSourceHelper
 

Method Documentation

◆ creatRender:

- (ZoomSDKError) creatRender: (ZoomSDKRenderer **)  render

Creat the object of ZoomSDKRenderer.

Parameters
render,thepoint to the object of ZoomSDKRenderer.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ destoryRender:

- (ZoomSDKError) destoryRender: (ZoomSDKRenderer *)  render

Destory the object of ZoomSDKRenderer.

Parameters
render,thepoint to the object of ZoomSDKRenderer.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ getAudioRawDataHelper:

- (ZoomSDKError) getAudioRawDataHelper: (ZoomSDKAudioRawDataHelper **)  audioRawDataHelper

Get the object of ZoomSDKAudioRawDataHelper.

Parameters
audioRawDataHelper,thepoint to the object of ZoomSDKAudioRawDataHelper.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ getRawDataVideoSourceHelper:

- (ZoomSDKError) getRawDataVideoSourceHelper: (ZoomSDKRawDataVideoSourceController **)  videoRawDataSendHelper

Get the object of ZoomSDKRawDataVideoSourceController.

Parameters
videoRawDataSendHelper,thepoint to the object of ZoomSDKRawDataVideoSourceController.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ hasRawDataLicense

- (ZoomSDKError) hasRawDataLicense

Query if the user has raw data license.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not ZoomSDKError_NoPermission.

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