![]() |
OrbbecSDK 2.2.8
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 1416 of file Device.hpp.
|
inlineexplicit |
Definition at line 1421 of file Device.hpp.
|
inlinenoexcept |
Definition at line 1422 of file Device.hpp.
|
inline |
Get the number of device frame interleave in the list.
Definition at line 1433 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 1446 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 1458 of file Device.hpp.