#include <ZoomSDKRawDataController.h>
Inherits <NSObjectNSObject>.
Definition at line 58 of file ZoomSDKRawDataController.h.
◆ onMixedAudioRawDataReceived:
Notify to receive the mixed audio raw data.
- Parameters
-
data | The received audio raw data. |
◆ onOneWayAudioRawDataReceived:nodeID:
- (void) onOneWayAudioRawDataReceived: |
|
(ZoomSDKAudioRawData *_Nullable) | data |
nodeID: |
|
(unsigned int) | nodeID |
◆ onOneWayAudioRawDataReceived:userID:
- (void) onOneWayAudioRawDataReceived: |
|
(ZoomSDKAudioRawData *_Nullable) | data |
userID: |
|
(unsigned int) | userID |
Notify to receive the one way audio raw data.
- Parameters
-
data | The received audio raw data. |
userID | The 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
-
data | Raw audio data. A pointer to ZoomSDKAudioRawData. |
languageName | The interpreter language name of the audio raw data. |
◆ onShareAudioRawDataReceived:
Notify to receive the share audio raw data.
- Parameters
-
data | The received audio raw data. |