Zoom Rooms Controller SDK Reference 6.5.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 987 of file ZRCSDKTypes.h.

Field Documentation

◆ amIControlling

bool CameraControlStatus::amIControlling = false

Indicates whether am I controlling.

Definition at line 990 of file ZRCSDKTypes.h.

◆ canIRequestControl

bool CameraControlStatus::canIRequestControl = false

Indicates whether can be requested camera control.

Definition at line 989 of file ZRCSDKTypes.h.

◆ canMoveCamera

bool CameraControlStatus::canMoveCamera = false

Indicates whether can move camera position.

Definition at line 992 of file ZRCSDKTypes.h.

◆ canSwitchCamera

bool CameraControlStatus::canSwitchCamera = false

Indicates whether can switch camera.

Definition at line 991 of file ZRCSDKTypes.h.

◆ canZoomCamera

bool CameraControlStatus::canZoomCamera = false

Indicates whether can zoom in or zoom out camera.

Definition at line 993 of file ZRCSDKTypes.h.