Zoom Rooms Controller SDK Reference 6.5.0
|
Screen information. More...
#include <ISettingService.h>
Data Fields | |
int32_t | quantityOfScreens = 1 |
Quantity of screens. | |
int32_t | quantityOfCecAdapterAttachedScreens = 0 |
Quantity of CEC adapter attached screen. | |
bool | hasConfidenceMonitor = false |
TRUE indicates has confidence monitor. | |
int32_t | mainDisplayPosition = 0 |
Main display position. | |
Screen information.
Definition at line 369 of file ISettingService.h.
bool ScreenInfos::hasConfidenceMonitor = false |
TRUE indicates has confidence monitor.
Definition at line 373 of file ISettingService.h.
int32_t ScreenInfos::mainDisplayPosition = 0 |
Main display position.
Definition at line 374 of file ISettingService.h.
int32_t ScreenInfos::quantityOfCecAdapterAttachedScreens = 0 |
Quantity of CEC adapter attached screen.
Definition at line 372 of file ISettingService.h.
int32_t ScreenInfos::quantityOfScreens = 1 |
Quantity of screens.
Definition at line 371 of file ISettingService.h.