OrbbecSDK 2.1.1
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 1402 of file Device.hpp.
|
inlineexplicit |
Definition at line 1407 of file Device.hpp.
|
inlinenoexcept |
Definition at line 1408 of file Device.hpp.
|
inline |
Get the number of device frame interleave in the list.
Definition at line 1419 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 1432 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 1444 of file Device.hpp.