Audio setting context callback event.
More...
#include <setting_service_interface.h>
Audio setting context callback event.
Definition at line 986 of file setting_service_interface.h.
◆ ~IAudioSettingContextEvent()
virtual IAudioSettingContextEvent::~IAudioSettingContextEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onComputerMicDeviceChanged()
virtual void IAudioSettingContextEvent::onComputerMicDeviceChanged |
( |
IList< IMicInfo * > * | pNewMicList | ) |
|
|
pure virtual |
Callback event if the SDK detects that the computer mic devices have been changed.
- Parameters
-
pNewMicList | The new list of all mic devices plugged into the computer.
|
◆ onComputerSpeakerDeviceChanged()
virtual void IAudioSettingContextEvent::onComputerSpeakerDeviceChanged |
( |
IList< ISpeakerInfo * > * | pNewSpeakerList | ) |
|
|
pure virtual |
Callback event if the SDK detects that the computer speaker devices have been changed.
- Parameters
-
pNewSpeakerList | The new list of all speaker devices plugged into the computer.
|
◆ onDefaultMicDeviceChanged()
virtual void IAudioSettingContextEvent::onDefaultMicDeviceChanged |
( |
const zchar_t * | deviceId, |
|
|
const zchar_t * | deviceName ) |
|
pure virtual |
Notify the user that a microphone device is selected.
- Parameters
-
deviceId | Specify a device to be selected. |
deviceName | Specify the device name assigned by deviceId. |
◆ onDefaultSpeakerDeviceChanged()
virtual void IAudioSettingContextEvent::onDefaultSpeakerDeviceChanged |
( |
const zchar_t * | deviceId, |
|
|
const zchar_t * | deviceName ) |
|
pure virtual |
Notify the user that a speaker device is selected.
- Parameters
-
deviceId | Specify a device to be selected. |
deviceName | Specify the device name assigned by deviceId. |