Meeting SDK for macOS API 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. | |
Definition at line 114 of file ZoomSDKRawDataController.h.
- (ZoomSDKError) createRender: | (ZoomSDKRenderer *_Nullable *_Nonnull) | render |
Creat the object of ZoomSDKRenderer.
render | The point to the object of ZoomSDKRenderer. |
- (ZoomSDKError) destroyRender: | (ZoomSDKRenderer *_Nullable) | render |
Destory the object of ZoomSDKRenderer.
render | The point to the object of ZoomSDKRenderer. |
- (ZoomSDKError) getAudioRawDataHelper: | (ZoomSDKAudioRawDataHelper *_Nullable *_Nonnull) | audioRawDataHelper |
Get the object of ZoomSDKAudioRawDataHelper.
audioRawDataHelper | The point to the object of ZoomSDKAudioRawDataHelper. |
- (ZoomSDKError) getRawDataAudioSourceHelper: | (ZoomSDKRawDataAudioSourceController *_Nullable *_Nonnull) | audioRawDataSendHelper |
Get the object of ZoomSDKRawDataAudioSourceController.
audioRawDataSendHelper | The point to the object of ZoomSDKRawDataAudioSourceController. |
- (ZoomSDKError) getRawDataShareSourceHelper: | (ZoomSDKRawDataShareSourceController *_Nullable *_Nonnull) | shareRawDataSendHelper |
Get the object of ZoomSDKRawDatShareSourceController.
shareRawDataSendHelper | The point to the object of ZoomSDKRawDatShareSourceController. |
- (ZoomSDKError) getRawDataVideoSourceHelper: | (ZoomSDKRawDataVideoSourceController *_Nullable *_Nonnull) | videoRawDataSendHelper |
Get the object of ZoomSDKRawDataVideoSourceController.
videoRawDataSendHelper | The point to the object of ZoomSDKRawDataVideoSourceController. |
- (ZoomSDKError) hasRawDataLicense |
Query if the user has raw data license.
|
protected |
Definition at line 116 of file ZoomSDKRawDataController.h.
|
protected |
Definition at line 119 of file ZoomSDKRawDataController.h.
|
protected |
Definition at line 118 of file ZoomSDKRawDataController.h.
|
protected |
Definition at line 117 of file ZoomSDKRawDataController.h.