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

#include <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- createRender:
 Creat the object of ZoomSDKRenderer.
 
(ZoomSDKError- destroyRender:
 Destory the object of ZoomSDKRenderer.
 

Protected Attributes

ZoomSDKAudioRawDataHelper_audioRawDataHelper
 
ZoomSDKRawDataVideoSourceController_rawDataVideoSourceHelper
 
ZoomSDKRawDataShareSourceController_rawDataShareSourceHelper
 
ZoomSDKRawDataAudioSourceController_rawDataAudioSourceHelper
 

Detailed Description

Definition at line 114 of file ZoomSDKRawDataController.h.

Method Documentation

◆ createRender:

- (ZoomSDKError) createRender: (ZoomSDKRenderer *_Nullable *_Nonnull) render

Creat the object of ZoomSDKRenderer.

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

◆ destroyRender:

- (ZoomSDKError) destroyRender: (ZoomSDKRenderer *_Nullable) render

Destory the object of ZoomSDKRenderer.

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

◆ getAudioRawDataHelper:

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

Get the object of ZoomSDKAudioRawDataHelper.

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

◆ getRawDataAudioSourceHelper:

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

Get the object of ZoomSDKRawDataAudioSourceController.

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

◆ getRawDataShareSourceHelper:

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

Get the object of ZoomSDKRawDatShareSourceController.

Parameters
shareRawDataSendHelperThe point to the object of ZoomSDKRawDatShareSourceController.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ getRawDataVideoSourceHelper:

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

Get the object of ZoomSDKRawDataVideoSourceController.

Parameters
videoRawDataSendHelperThe point 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 116 of file ZoomSDKRawDataController.h.

◆ _rawDataAudioSourceHelper

- (ZoomSDKRawDataAudioSourceController*) _rawDataAudioSourceHelper
protected

Definition at line 119 of file ZoomSDKRawDataController.h.

◆ _rawDataShareSourceHelper

- (ZoomSDKRawDataShareSourceController*) _rawDataShareSourceHelper
protected

Definition at line 118 of file ZoomSDKRawDataController.h.

◆ _rawDataVideoSourceHelper

- (ZoomSDKRawDataVideoSourceController*) _rawDataVideoSourceHelper
protected

Definition at line 117 of file ZoomSDKRawDataController.h.