|
OrbbecSDK 2.5.5
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 1567 of file Device.hpp.
|
inlineexplicit |
Definition at line 1572 of file Device.hpp.
|
inlinenoexcept |
Definition at line 1573 of file Device.hpp.
|
inline |
Get the number of device frame interleave in the list.
Definition at line 1584 of file Device.hpp.
|
inline |
Get the name of the device frame interleave at the specified index.
| index | the index of the device frame interleave |
Definition at line 1597 of file Device.hpp.
|
inline |
check if the frame interleave list contains the special name frame interleave.
| name | The name of the frame interleave |
Definition at line 1609 of file Device.hpp.