|
OrbbecSDK 2.6.3
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
Class representing a list of device presets. More...
#include <Device.hpp>
Public Member Functions | |
| DevicePresetList (ob_device_preset_list_t *impl) | |
| ~DevicePresetList () noexcept | |
| uint32_t | getCount () |
| Get the number of device presets in the list. | |
| const char * | getName (uint32_t index) |
| Get the name of the device preset at the specified index. | |
| bool | hasPreset (const char *name) |
| check if the preset list contains the special name preset. | |
| uint32_t | count () |
Class representing a list of device presets.
A device preset is a set of parameters or configurations that can be applied to the device to achieve a specific effect or function.
Definition at line 1510 of file Device.hpp.
|
inlineexplicit |
Definition at line 1515 of file Device.hpp.
|
inlinenoexcept |
Definition at line 1516 of file Device.hpp.
|
inline |
Get the number of device presets in the list.
Definition at line 1527 of file Device.hpp.
Referenced by count().
|
inline |
Get the name of the device preset at the specified index.
| [in] | index | the index of the device preset |
Definition at line 1541 of file Device.hpp.
|
inline |
check if the preset list contains the special name preset.
| [in] | name | The name of the preset |
Definition at line 1554 of file Device.hpp.
|
inline |
Definition at line 1563 of file Device.hpp.
Referenced by getCount().