OrbbecSDK 2.1.1
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
ob::DeviceFrameInterleaveList Class Reference

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.
 

Detailed Description

Class representing a list of device Frame Interleave.

Definition at line 1402 of file Device.hpp.

Constructor & Destructor Documentation

◆ DeviceFrameInterleaveList()

ob::DeviceFrameInterleaveList::DeviceFrameInterleaveList ( ob_device_frame_interleave_list_t * impl)
inlineexplicit

Definition at line 1407 of file Device.hpp.

◆ ~DeviceFrameInterleaveList()

ob::DeviceFrameInterleaveList::~DeviceFrameInterleaveList ( )
inlinenoexcept

Definition at line 1408 of file Device.hpp.

Member Function Documentation

◆ getCount()

uint32_t ob::DeviceFrameInterleaveList::getCount ( )
inline

Get the number of device frame interleave in the list.

Returns
uint32_t the number of device frame interleave in the list

Definition at line 1419 of file Device.hpp.

◆ getName()

const char * ob::DeviceFrameInterleaveList::getName ( uint32_t index)
inline

Get the name of the device frame interleave at the specified index.

Parameters
indexthe index of the device frame interleave
Returns
const char* the name of the device frame interleave

Definition at line 1432 of file Device.hpp.

◆ hasFrameInterleave()

bool ob::DeviceFrameInterleaveList::hasFrameInterleave ( const char * name)
inline

check if the frame interleave list contains the special name frame interleave.

Parameters
nameThe name of the frame interleave
Returns
bool Returns true if the special name is found in the frame interleave list, otherwise returns false.

Definition at line 1444 of file Device.hpp.


The documentation for this class was generated from the following file: