#include <NGIAgoraAudioDeviceManager.h>
◆ onDeviceStateChanged()
virtual void agora::rtc::IAudioDeviceManagerObserver::onDeviceStateChanged |
( |
| ) |
|
|
pure virtual |
Occurs when the device state changes, for example, when a device is added or removed.
To get the current information of the connected audio devices, call getNumberOfPlayoutDevices.
◆ onAudioDeviceStateChanged()
virtual void agora::rtc::IAudioDeviceManagerObserver::onAudioDeviceStateChanged |
( |
const char * |
deviceId, |
|
|
int |
deviceType, |
|
|
int |
deviceState |
|
) |
| |
|
pure virtual |
Occurs when the device state changes, for example, when a device is added or removed or default device change.
- Note
- This method applies to Windows only now.
- Parameters
-
deviceId | Pointer to the device ID. |
deviceType | Device type: #MEDIA_DEVICE_TYPE. |
deviceState | Device state: #MEDIA_DEVICE_STATE_TYPE.. |
◆ onVolumeIndication()
virtual void agora::rtc::IAudioDeviceManagerObserver::onVolumeIndication |
( |
int |
volume | ) |
|
|
pure virtual |
Indicates incoming volume. This can be used to test microphone.
- Parameters
-
volume | volume between 0 (lowest volume) to 255 (highest volume). |
◆ onRoutingChanged()
virtual void agora::rtc::IAudioDeviceManagerObserver::onRoutingChanged |
( |
AudioRoute |
route | ) |
|
|
pure virtual |
Occurs when the audio route changes.
- Parameters
-
route | The current audio route. See #AudioRoute. |