Microphone device information interface.
More...
#include <setting_service_interface.h>
Microphone device information interface.
Definition at line 45 of file setting_service_interface.h.
◆ ~IMicInfo()
| virtual IMicInfo::~IMicInfo |
( |
| ) |
|
|
inlinevirtual |
◆ GetDeviceId()
| virtual const zchar_t * IMicInfo::GetDeviceId |
( |
| ) |
|
|
pure virtual |
Gets the microphone device ID.
- Returns
- If the function succeeds, it returns the microphone device ID. Otherwise, this function fails and returns nullptr.
◆ GetDeviceName()
| virtual const zchar_t * IMicInfo::GetDeviceName |
( |
| ) |
|
|
pure virtual |
Gets the microphone device name.
- Returns
- If the function succeeds, it returns the microphone device name. Otherwise, this function fails and returns nullptr.
◆ IsSelectedDevice()
| virtual bool IMicInfo::IsSelectedDevice |
( |
| ) |
|
|
pure virtual |
Determines whether the current device is selected.
- Returns
- true if the current device is selected. Otherwise, false.