Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
CameraControlStatus Struct Reference

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.
 

Detailed Description

Camera control status.

Definition at line 992 of file ZRCSDKTypes.h.

Field Documentation

◆ amIControlling

bool CameraControlStatus::amIControlling = false

Indicates whether am I controlling.

Definition at line 995 of file ZRCSDKTypes.h.

◆ canIRequestControl

bool CameraControlStatus::canIRequestControl = false

Indicates whether can be requested camera control.

Definition at line 994 of file ZRCSDKTypes.h.

◆ canMoveCamera

bool CameraControlStatus::canMoveCamera = false

Indicates whether can move camera position.

Definition at line 997 of file ZRCSDKTypes.h.

◆ canSwitchCamera

bool CameraControlStatus::canSwitchCamera = false

Indicates whether can switch camera.

Definition at line 996 of file ZRCSDKTypes.h.

◆ canZoomCamera

bool CameraControlStatus::canZoomCamera = false

Indicates whether can zoom in or zoom out camera.

Definition at line 998 of file ZRCSDKTypes.h.