macOS SDK API Reference
|
#import <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. | |
Definition at line 52 of file ZoomSDKRawDataController.h.
- (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. |