Zoom Rooms Controller SDK Reference 6.5.0
|
Camera boundary info. More...
#include <ZRCSDKTypes.h>
Data Fields | |
std::string | deviceID |
Camera device ID. | |
int32_t | left = -1 |
The value of the left boundary. | |
int32_t | right = -1 |
The value of the right boundary. | |
int32_t | depth = -1 |
The value of the depth boundary. | |
Camera boundary info.
Definition at line 1237 of file ZRCSDKTypes.h.
int32_t CameraBoundaryInfo::depth = -1 |
The value of the depth boundary.
Definition at line 1242 of file ZRCSDKTypes.h.
std::string CameraBoundaryInfo::deviceID |
Camera device ID.
Definition at line 1239 of file ZRCSDKTypes.h.
int32_t CameraBoundaryInfo::left = -1 |
The value of the left boundary.
Definition at line 1240 of file ZRCSDKTypes.h.
int32_t CameraBoundaryInfo::right = -1 |
The value of the right boundary.
Definition at line 1241 of file ZRCSDKTypes.h.