Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAudioRawDataHelper Class Reference

#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< ZoomSDKAudioRawDataDelegatedelegate
 
BOOL audioWithInterpreters
 if audioWithInterpreters is YES, it means that you want to get the audio data of interpreters, otherwise not.
 

Detailed Description

Definition at line 91 of file ZoomSDKRawDataController.h.

Method Documentation

◆ subscribe

- (ZoomSDKError) subscribe

Start the audio raw data process.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ unSubscribe

- (ZoomSDKError) unSubscribe

Stop the audio raw data process.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

Field Documentation

◆ _delegate

- (id<ZoomSDKAudioRawDataDelegate>) _delegate
protected

Definition at line 93 of file ZoomSDKRawDataController.h.

Property Documentation

◆ 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

- (id<ZoomSDKAudioRawDataDelegate>) delegate
readwritenonatomicassign

Definition at line 95 of file ZoomSDKRawDataController.h.