An interface that handles a virtual audio microphone.
More...
#include <zoom_video_sdk_audio_send_rawdata_interface.h>
|
virtual | ~IZoomVideoSDKVirtualAudioMic () |
|
virtual void | onMicInitialize (IZoomVideoSDKAudioSender *rawdata_sender)=0 |
| Callback for virtual audio microphone initialization.
|
|
virtual void | onMicStartSend ()=0 |
| Callback for microphone to start sending raw data. For example, this could be sent if the user unmuted audio.
|
|
virtual void | onMicStopSend ()=0 |
| Callback for microphone to stop sending raw data. For example, this could be sent if the user muted audio.
|
|
virtual void | onMicUninitialized ()=0 |
| Callback sent when the microphone is uninitialized. For example, if the user left the session.
|
|
An interface that handles a virtual audio microphone.
Definition at line 33 of file zoom_video_sdk_audio_send_rawdata_interface.h.
◆ ~IZoomVideoSDKVirtualAudioMic()
virtual IZoomVideoSDKVirtualAudioMic::~IZoomVideoSDKVirtualAudioMic |
( |
| ) |
|
|
inlinevirtual |
◆ onMicInitialize()
Callback for virtual audio microphone initialization.
- Parameters
-
◆ onMicStartSend()
virtual void IZoomVideoSDKVirtualAudioMic::onMicStartSend |
( |
| ) |
|
|
pure virtual |
Callback for microphone to start sending raw data. For example, this could be sent if the user unmuted audio.
◆ onMicStopSend()
virtual void IZoomVideoSDKVirtualAudioMic::onMicStopSend |
( |
| ) |
|
|
pure virtual |
Callback for microphone to stop sending raw data. For example, this could be sent if the user muted audio.
◆ onMicUninitialized()
virtual void IZoomVideoSDKVirtualAudioMic::onMicUninitialized |
( |
| ) |
|
|
pure virtual |
Callback sent when the microphone is uninitialized. For example, if the user left the session.