|
OrbbecSDK 2.6.3
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
Class representing a list of device Frame Interleave. More...
#include <Device.hpp>
Public Member Functions | |
| DeviceFrameInterleaveList (ob_device_frame_interleave_list_t *impl) | |
| ~DeviceFrameInterleaveList () noexcept | |
| uint32_t | getCount () |
| Get the number of device frame interleave in the list. | |
| const char * | getName (uint32_t index) |
| Get the name of the device frame interleave at the specified index. | |
| bool | hasFrameInterleave (const char *name) |
| check if the frame interleave list contains the special name frame interleave. | |
Class representing a list of device Frame Interleave.
Definition at line 1619 of file Device.hpp.
|
inlineexplicit |
Definition at line 1624 of file Device.hpp.
|
inlinenoexcept |
Definition at line 1625 of file Device.hpp.
|
inline |
Get the number of device frame interleave in the list.
Definition at line 1636 of file Device.hpp.
|
inline |
Get the name of the device frame interleave at the specified index.
| [in] | index | the index of the device frame interleave |
Definition at line 1650 of file Device.hpp.
|
inline |
check if the frame interleave list contains the special name frame interleave.
| [in] | name | The name of the frame interleave |
Definition at line 1664 of file Device.hpp.