Zoom Rooms Controller SDK Reference 6.5.0
|
Camera control status. More...
#include <ZRCSDKTypes.h>
Data Fields | |
bool | canIRequestControl = false |
Indicates whether can be requested camera control. | |
bool | amIControlling = false |
Indicates whether am I controlling. | |
bool | canSwitchCamera = false |
Indicates whether can switch camera. | |
bool | canMoveCamera = false |
Indicates whether can move camera position. | |
bool | canZoomCamera = false |
Indicates whether can zoom in or zoom out camera. | |
Camera control status.
Definition at line 987 of file ZRCSDKTypes.h.
bool CameraControlStatus::amIControlling = false |
Indicates whether am I controlling.
Definition at line 990 of file ZRCSDKTypes.h.
bool CameraControlStatus::canIRequestControl = false |
Indicates whether can be requested camera control.
Definition at line 989 of file ZRCSDKTypes.h.
bool CameraControlStatus::canMoveCamera = false |
Indicates whether can move camera position.
Definition at line 992 of file ZRCSDKTypes.h.
bool CameraControlStatus::canSwitchCamera = false |
Indicates whether can switch camera.
Definition at line 991 of file ZRCSDKTypes.h.
bool CameraControlStatus::canZoomCamera = false |
Indicates whether can zoom in or zoom out camera.
Definition at line 993 of file ZRCSDKTypes.h.