Camera device information interface.
More...
#include <setting_service_interface.h>
Camera device information interface.
◆ 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: