macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKRawDataController Class Reference

#import <ZoomSDKRawDataController.h>

Inherits NSObject.

Instance Methods

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

Protected Attributes

ZoomSDKAudioRawDataHelper_audioRawDataHelper
 
ZoomSDKRawDataVideoSourceController_rawDataVideoSourceHelper
 
ZoomSDKRawDataShareSourceController_rawDataShareSourceHelper
 
ZoomSDKRawDataAudioSourceController_rawDataAudioSourceHelper
 

Detailed Description

Definition at line 84 of file ZoomSDKRawDataController.h.

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.

◆ getRawDataAudioSourceHelper:

- (ZoomSDKError) getRawDataAudioSourceHelper: (ZoomSDKRawDataAudioSourceController **)  audioRawDataSendHelper

Get the object of ZoomSDKRawDataAudioSourceController.

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

◆ getRawDataShareSourceHelper:

- (ZoomSDKError) getRawDataShareSourceHelper: (ZoomSDKRawDataShareSourceController **)  shareRawDataSendHelper

Get the object of ZoomSDKRawDatShareSourceController.

Parameters
shareRawDataSendHelper,thepoint to the object of ZoomSDKRawDatShareSourceController.
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.

Field Documentation

◆ _audioRawDataHelper

- (ZoomSDKAudioRawDataHelper*) _audioRawDataHelper
protected

Definition at line 86 of file ZoomSDKRawDataController.h.

◆ _rawDataAudioSourceHelper

- (ZoomSDKRawDataAudioSourceController*) _rawDataAudioSourceHelper
protected

Definition at line 89 of file ZoomSDKRawDataController.h.

◆ _rawDataShareSourceHelper

- (ZoomSDKRawDataShareSourceController*) _rawDataShareSourceHelper
protected

Definition at line 88 of file ZoomSDKRawDataController.h.

◆ _rawDataVideoSourceHelper

- (ZoomSDKRawDataVideoSourceController*) _rawDataVideoSourceHelper
protected

Definition at line 87 of file ZoomSDKRawDataController.h.