Camera device information interface.
More...
#include <setting_service_interface.h>
Camera device information interface.
Definition at line 17 of file setting_service_interface.h.
◆ ~ICameraInfo()
| virtual ICameraInfo::~ICameraInfo |
( |
| ) |
|
|
inlinevirtual |
◆ GetDeviceId()
| virtual const zchar_t * ICameraInfo::GetDeviceId |
( |
| ) |
|
|
pure virtual |
Gets the camera device ID.
- Returns
- If the function succeeds, it returns the camera device ID. Otherwise, this function fails and returns nullptr.
◆ GetDeviceName()
| virtual const zchar_t * ICameraInfo::GetDeviceName |
( |
| ) |
|
|
pure virtual |
Gets the camera device name.
- Returns
- If the function succeeds, it returns the camera device name. Otherwise, this function fails and returns nullptr.
◆ IsSelectedDevice()
| virtual bool ICameraInfo::IsSelectedDevice |
( |
| ) |
|
|
pure virtual |
Determines whether the current device is selected.
- Returns
- true if the current device is selected. Otherwise, false.