Zoom Rooms Controller SDK Reference 6.5.0
|
My video low light settings. More...
#include <IMeetingVideoHelper.h>
Data Fields | |
bool | isAdjustLowLightEnabled = false |
TRUE indicates low light function is enabled. Otherwise not. | |
bool | isAutoAdjustLowLight = false |
TRUE indicates automatically adjust low light value. Otherwise manually adjust. | |
int32_t | adjustLowLightValue = 0 |
The value of the low light function. Range is [0, 100]. | |
My video low light settings.
Definition at line 83 of file IMeetingVideoHelper.h.
int32_t MyVideoLowLightSettings::adjustLowLightValue = 0 |
The value of the low light function. Range is [0, 100].
Definition at line 87 of file IMeetingVideoHelper.h.
bool MyVideoLowLightSettings::isAdjustLowLightEnabled = false |
TRUE indicates low light function is enabled. Otherwise not.
Definition at line 85 of file IMeetingVideoHelper.h.
bool MyVideoLowLightSettings::isAutoAdjustLowLight = false |
TRUE indicates automatically adjust low light value. Otherwise manually adjust.
Definition at line 86 of file IMeetingVideoHelper.h.