macOS SDK API 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. | |
Definition at line 84 of file ZoomSDKRawDataController.h.
- (ZoomSDKError) creatRender: | (ZoomSDKRenderer **) | render |
Creat the object of ZoomSDKRenderer.
render,the | point to the object of ZoomSDKRenderer. |
- (ZoomSDKError) destoryRender: | (ZoomSDKRenderer *) | render |
Destory the object of ZoomSDKRenderer.
render,the | point to the object of ZoomSDKRenderer. |
- (ZoomSDKError) getAudioRawDataHelper: | (ZoomSDKAudioRawDataHelper **) | audioRawDataHelper |
Get the object of ZoomSDKAudioRawDataHelper.
audioRawDataHelper,the | point to the object of ZoomSDKAudioRawDataHelper. |
- (ZoomSDKError) getRawDataAudioSourceHelper: | (ZoomSDKRawDataAudioSourceController **) | audioRawDataSendHelper |
Get the object of ZoomSDKRawDataAudioSourceController.
audioRawDataSendHelper,the | point to the object of ZoomSDKRawDataAudioSourceController. |
- (ZoomSDKError) getRawDataShareSourceHelper: | (ZoomSDKRawDataShareSourceController **) | shareRawDataSendHelper |
Get the object of ZoomSDKRawDatShareSourceController.
shareRawDataSendHelper,the | point to the object of ZoomSDKRawDatShareSourceController. |
- (ZoomSDKError) getRawDataVideoSourceHelper: | (ZoomSDKRawDataVideoSourceController **) | 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 86 of file ZoomSDKRawDataController.h.
|
protected |
Definition at line 89 of file ZoomSDKRawDataController.h.
|
protected |
Definition at line 88 of file ZoomSDKRawDataController.h.
|
protected |
Definition at line 87 of file ZoomSDKRawDataController.h.