CaptureBrightnessLevelType

Brightness level of the locally captured video.

Enumerations

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