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
 Starts the audio raw data process.
 
(ZoomSDKError- unSubscribe
 Stops 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, NO.
 

Detailed Description

Helper to subscribe or unsubscribe audio raw data.

Definition at line 113 of file ZoomSDKRawDataController.h.

Method Documentation

◆ subscribe

- (ZoomSDKError) subscribe

Starts the audio raw data process.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ unSubscribe

- (ZoomSDKError) unSubscribe

Stops the audio raw data process.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

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, NO.

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.