|
Meeting SDK for macOS API Reference
|
Controller for managing raw data helpers and sources. More...
#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. | |
Controller for managing raw data helpers and sources.
Definition at line 142 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 144 of file ZoomSDKRawDataController.h.
|
protected |
Definition at line 147 of file ZoomSDKRawDataController.h.
|
protected |
Definition at line 146 of file ZoomSDKRawDataController.h.
|
protected |
Definition at line 145 of file ZoomSDKRawDataController.h.