ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
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...
 

Detailed Description

Microphone device information interface.

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.

The documentation for this class was generated from the following file: