![]() |
Mac SDK
|
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... | |
| - (void) onMixedAudioRawDataReceived: | (ZoomSDKAudioRawData *) | data |
Notify to receive the mixed audio raw data.
| data | The received audio raw data. |
| - (void) onOneWayAudioRawDataReceived: | (ZoomSDKAudioRawData *) | data | |
| nodeID: | (unsigned int) | nodeID | |
Notify to receive the one way audio raw data.
| data | The received audio raw data. |
| nodeID | The user id of received user's data. |