ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
ICameraInfo Class Referenceabstract

Camera device information interface. More...

#include <setting_service_interface.h>

Public Member Functions

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

Detailed Description

Camera device information interface.

Member Function Documentation

◆ GetDeviceId()

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

Get the camera device ID.

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

◆ GetDeviceName()

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

Get the camera device name.

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

◆ IsSelectedDevice()

virtual bool ICameraInfo::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: