Mac SDK
Instance Methods | List of all members
<ZoomSDKAudioRawDataDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKAudioRawDataDelegate>:

Instance Methods

(void) - onMixedAudioRawDataReceived:
 Notify to receive the mixed audio raw data. More...
 
(void) - onOneWayAudioRawDataReceived:nodeID:
 Notify to receive the one way audio raw data. More...
 

Method Documentation

◆ onMixedAudioRawDataReceived:

- (void) onMixedAudioRawDataReceived: (ZoomSDKAudioRawData *)  data

Notify to receive the mixed audio raw data.

Parameters
dataThe received audio raw data.

◆ onOneWayAudioRawDataReceived:nodeID:

- (void) onOneWayAudioRawDataReceived: (ZoomSDKAudioRawData *)  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.

The documentation for this protocol was generated from the following file: