Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
MyVideoLowLightSettings Struct Reference

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].
 

Detailed Description

My video low light settings.

Definition at line 83 of file IMeetingVideoHelper.h.

Field Documentation

◆ adjustLowLightValue

int32_t MyVideoLowLightSettings::adjustLowLightValue = 0

The value of the low light function. Range is [0, 100].

Definition at line 87 of file IMeetingVideoHelper.h.

◆ isAdjustLowLightEnabled

bool MyVideoLowLightSettings::isAdjustLowLightEnabled = false

TRUE indicates low light function is enabled. Otherwise not.

Definition at line 85 of file IMeetingVideoHelper.h.

◆ isAutoAdjustLowLight

bool MyVideoLowLightSettings::isAutoAdjustLowLight = false

TRUE indicates automatically adjust low light value. Otherwise manually adjust.

Definition at line 86 of file IMeetingVideoHelper.h.