Windows SDK API Reference
Loading...
Searching...
No Matches
IMicInfo Class Referenceabstract

Microphone device information interface. More...

#include <setting_service_interface.h>

Public Member Functions

virtual const wchar_t * GetDeviceId ()=0
 Get the microphone device ID. More...
 
virtual const wchar_t * GetDeviceName ()=0
 Get the microphone device name. More...
 
virtual bool IsSelectedDevice ()=0
 Determine if the current device is selected to use. More...
 
virtual ~IMicInfo ()
 

Detailed Description

Microphone device information interface.

Definition at line 36 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IMicInfo()

virtual IMicInfo::~IMicInfo ( )
inlinevirtual

Definition at line 53 of file setting_service_interface.h.

53{};

Member Function Documentation

◆ GetDeviceId()

virtual const wchar_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 NULL.

◆ GetDeviceName()

virtual const wchar_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 NULL.

◆ 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.