CaptureBrightnessLevelType enum
The brightness level of the video image captured by the local camera.
Values
- Invalid → const CaptureBrightnessLevelType
-
The SDK does not detect the brightness level of the video image. Wait a few seconds to get the brightness level from CaptureBrightnessLevelType in the next callback.
- Normal → const CaptureBrightnessLevelType
-
The brightness level of the video image is normal.
- Bright → const CaptureBrightnessLevelType
-
The brightness level of the video image is too bright.
- Dark → const CaptureBrightnessLevelType
-
The brightness level of the video image is too dark.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CaptureBrightnessLevelType> - A constant List of the values in this enum, in order of their declaration.