Microphone device information interface.
More...
#include <setting_service_interface.h>
Microphone device information interface.
Definition at line 38 of file setting_service_interface.h.
◆ ~IMicInfo()
virtual IMicInfo::~IMicInfo |
( |
| ) |
|
|
inlinevirtual |
◆ GetDeviceId()
virtual const zchar_t * IMicInfo::GetDeviceId |
( |
| ) |
|
|
pure virtual |
Get the microphone device ID.
- Returns
- If the function succeeds, the return value is the camera device ID. Otherwise failed, returns nullptr.
◆ GetDeviceName()
virtual const zchar_t * IMicInfo::GetDeviceName |
( |
| ) |
|
|
pure virtual |
Get the microphone device name.
- Returns
- If the function succeeds, the return value is the camera device name. Otherwise failed, returns nullptr.
◆ IsSelectedDevice()
virtual bool IMicInfo::IsSelectedDevice |
( |
| ) |
|
|
pure virtual |
Determine if the current device is selected to use.
- Returns
- TRUE indicates that the current device is selected.