|
Zoom Rooms Controller SDK Reference 6.7.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 381 of file ISettingService.h.
| bool ScreenInfos::hasConfidenceMonitor = false |
TRUE indicates has confidence monitor.
Definition at line 385 of file ISettingService.h.
| int32_t ScreenInfos::mainDisplayPosition = 0 |
Main display position.
Definition at line 386 of file ISettingService.h.
| int32_t ScreenInfos::quantityOfCecAdapterAttachedScreens = 0 |
Quantity of CEC adapter attached screen.
Definition at line 384 of file ISettingService.h.
| int32_t ScreenInfos::quantityOfScreens = 1 |
Quantity of screens.
Definition at line 383 of file ISettingService.h.