#include <ZoomSDKRawDataController.h>
Inherits NSObject.
Definition at line 91 of file ZoomSDKRawDataController.h.
◆ subscribe
Start the audio raw data process.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise not.
◆ unSubscribe
Stop the audio raw data process.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise not.
◆ _delegate
◆ audioWithInterpreters
- (BOOL) audioWithInterpreters |
|
readwritenonatomicassign |
if audioWithInterpreters is YES, it means that you want to get the audio data of interpreters, otherwise not.
- Note
- if audioWithInterpreters is YES, it will cause your local interpreter related functions to be unavailable.
Definition at line 100 of file ZoomSDKRawDataController.h.
◆ delegate