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

Audio speaker device information interface. More...

#include <setting_service_interface.h>

Public Member Functions

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

Detailed Description

Audio speaker device information interface.

Definition at line 58 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~ISpeakerInfo()

virtual ISpeakerInfo::~ISpeakerInfo ( )
inlinevirtual

Definition at line 75 of file setting_service_interface.h.

75{};

Member Function Documentation

◆ GetDeviceId()

virtual const wchar_t * ISpeakerInfo::GetDeviceId ( )
pure virtual

Get the speaker device ID.

Returns
If the function succeeds, the return value is the camera device ID. Otherwise failed, returns NULL.

◆ GetDeviceName()

virtual const wchar_t * ISpeakerInfo::GetDeviceName ( )
pure virtual

Get the speaker device name.

Returns
If the function succeeds, the return value is speaker device name. Otherwise failed, returns NULL.

◆ IsSelectedDevice()

virtual bool ISpeakerInfo::IsSelectedDevice ( )
pure virtual

Determine if the current device is selected to use.

Returns
TRUE indicates that the current device is selected.