CaptureBrightnessLevelType

Brightness level of locally captured video quality.

Enumerations

CAPTURE_BRIGHTNESS_LEVEL_INVALID
-1: The SDK did not detect the brightness level of the locally captured video quality. Please wait a few seconds and get the brightness level from the next callback via captureBrightnessLevel.
CAPTURE_BRIGHTNESS_LEVEL_NORMAL
0: The brightness of the locally captured video quality is normal.
CAPTURE_BRIGHTNESS_LEVEL_BRIGHT
1: The brightness of the locally captured video quality is bright.
CAPTURE_BRIGHTNESS_LEVEL_DARK
2: The brightness of the locally captured video quality is dark.