An interface that handles the virtual audio speaker.
More...
#include <zoom_video_sdk_audio_send_rawdata_interface.h>
An interface that handles the virtual audio speaker.
Definition at line 56 of file zoom_video_sdk_audio_send_rawdata_interface.h.
◆ ~IZoomVideoSDKVirtualAudioSpeaker()
virtual IZoomVideoSDKVirtualAudioSpeaker::~IZoomVideoSDKVirtualAudioSpeaker |
( |
| ) |
|
|
inlinevirtual |
◆ onVirtualSpeakerMixedAudioReceived()
virtual void IZoomVideoSDKVirtualAudioSpeaker::onVirtualSpeakerMixedAudioReceived |
( |
AudioRawData * | data_ | ) |
|
|
pure virtual |
Callback event for receiving the mixed audio raw data from the virtual speaker.
- Parameters
-
◆ onVirtualSpeakerOneWayAudioReceived()
Callback event for receiving the one way audio raw data of a selected user from the virtual speaker.
- Parameters
-
data_ | The one way audio raw data. A pointer to AudioRawData. For more details, see AudioRawData. |
pUser | The corresponding participant of the audio raw data. |
◆ onVirtualSpeakerSharedAudioReceived()
virtual void IZoomVideoSDKVirtualAudioSpeaker::onVirtualSpeakerSharedAudioReceived |
( |
AudioRawData * | data_ | ) |
|
|
pure virtual |
Callback event for receiving the share audio raw data such as buffer, sampleRate, etc.
- Parameters
-