Video SDK for MacOS API Reference
|
Protocol for receiving virtual audio speaker events. More...
#include <ZMVideoSDKAudioSendRawdata.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onVirtualSpeakerMixedAudioReceived: |
Callback event for receiving the mixed audio raw data from the virtual speaker. | |
(void) | - onVirtualSpeakerOneWayAudioReceived:user: |
Callback event for receiving the one way audio raw data of a selected user from the virtual speaker. | |
(void) | - onVirtualSpeakerSharedAudioReceived: |
Callback event for receiving the share audio raw data such as buffer, sampleRate, etc. | |
Protocol for receiving virtual audio speaker events.
Definition at line 65 of file ZMVideoSDKAudioSendRawdata.h.
- (void) onVirtualSpeakerMixedAudioReceived: | (ZMVideoSDKAudioRawData *) | rawdata |
Callback event for receiving the mixed audio raw data from the virtual speaker.
rawdata | It is a pointer of audio raw data object. |
- (void) onVirtualSpeakerOneWayAudioReceived: | (ZMVideoSDKAudioRawData *) | rawdata | |
user: | (ZMVideoSDKUser *) | user |
Callback event for receiving the one way audio raw data of a selected user from the virtual speaker.
rawdata | The one way audio raw data. A pointer of audio raw data object. |
user | The related user of the audio raw data. |
- (void) onVirtualSpeakerSharedAudioReceived: | (ZMVideoSDKAudioRawData *) | rawdata |
Callback event for receiving the share audio raw data such as buffer, sampleRate, etc.
rawdata | The one way audio raw data. A pointer of audio raw data object. |