Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKAudioRawDataDelegate> Protocol Reference

#include <ZoomSDKRawDataController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onMixedAudioRawDataReceived:
 Notify to receive the mixed audio raw data.
 
(void) - onOneWayAudioRawDataReceived:nodeID:
 Notify to receive the one way audio raw data.
 
(void) - onOneWayAudioRawDataReceived:userID:
 Notify to receive the one way audio raw data.
 
(void) - onShareAudioRawDataReceived:
 Notify to receive the share audio raw data.
 
(void) - onOneWayInterpreterAudioRawDataReceived:strLanguageName:
 Invoked when individual interpreter's raw audio data received.
 

Detailed Description

Definition at line 58 of file ZoomSDKRawDataController.h.

Method Documentation

◆ onMixedAudioRawDataReceived:

- (void) onMixedAudioRawDataReceived: (ZoomSDKAudioRawData *_Nullable) data

Notify to receive the mixed audio raw data.

Parameters
dataThe received audio raw data.

◆ onOneWayAudioRawDataReceived:nodeID:

- (void) onOneWayAudioRawDataReceived: (ZoomSDKAudioRawData *_Nullable) data
nodeID: (unsigned int) nodeID 

Notify to receive the one way audio raw data.

Parameters
dataThe received audio raw data.
nodeIDThe user id of received user's data.
Deprecated
Use ZoomSDKAudioRawDataDelegate::onOneWayAudioRawDataReceived:userID: instead.

◆ onOneWayAudioRawDataReceived:userID:

- (void) onOneWayAudioRawDataReceived: (ZoomSDKAudioRawData *_Nullable) data
userID: (unsigned int) userID 

Notify to receive the one way audio raw data.

Parameters
dataThe received audio raw data.
userIDThe user id of received user's data.

◆ onOneWayInterpreterAudioRawDataReceived:strLanguageName:

- (void) onOneWayInterpreterAudioRawDataReceived: (ZoomSDKAudioRawData *) data
strLanguageName: (NSString *) languageName 

Invoked when individual interpreter's raw audio data received.

Parameters
dataRaw audio data. A pointer to ZoomSDKAudioRawData.
languageNameThe interpreter language name of the audio raw data.

◆ onShareAudioRawDataReceived:

- (void) onShareAudioRawDataReceived: (ZoomSDKAudioRawData *_Nullable) data

Notify to receive the share audio raw data.

Parameters
dataThe received audio raw data.