Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAudioRawDataHelper Class 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< ZoomSDKAudioRawDataDelegatedelegate
 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.
 

Detailed Description

Helper to subscribe or unsubscribe audio raw data.

Definition at line 113 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 115 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 125 of file ZoomSDKRawDataController.h.

◆ delegate

- (id<ZoomSDKAudioRawDataDelegate>) delegate
readwritenonatomicassign

Delegate for receiving audio raw data events.

Definition at line 120 of file ZoomSDKRawDataController.h.