|
Meeting SDK for macOS API Reference
|
Helper to subscribe or unsubscribe audio raw data. More...
#include <ZoomSDKRawDataController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - subscribe |
| Start the audio raw data process. | |
| (ZoomSDKError) | - unSubscribe |
| Stop the audio raw data process. | |
Protected Attributes | |
| id< ZoomSDKAudioRawDataDelegate > | _delegate |
Properties | |
| id< ZoomSDKAudioRawDataDelegate > | delegate |
| Delegate for receiving audio raw data events. | |
| BOOL | audioWithInterpreters |
| if audioWithInterpreters is YES, it means that you want to get the audio data of interpreters, otherwise not. | |
Helper to subscribe or unsubscribe audio raw data.
Definition at line 113 of file ZoomSDKRawDataController.h.
| - (ZoomSDKError) subscribe |
Start the audio raw data process.
| - (ZoomSDKError) unSubscribe |
Stop the audio raw data process.
|
protected |
Definition at line 115 of file ZoomSDKRawDataController.h.
|
readwritenonatomicassign |
if audioWithInterpreters is YES, it means that you want to get the audio data of interpreters, otherwise not.
Definition at line 125 of file ZoomSDKRawDataController.h.
|
readwritenonatomicassign |
Delegate for receiving audio raw data events.
Definition at line 120 of file ZoomSDKRawDataController.h.