CaptureBrightnessLevelType enum Null safety
The brightness level of the video image captured by the local camera.
Constants
- Bright → const CaptureBrightnessLevelType
-
The brightness level of the video image is too bright.
@JsonValue(1)const CaptureBrightnessLevelType(2)
- Dark → const CaptureBrightnessLevelType
-
The brightness level of the video image is too dark.
@JsonValue(2)const CaptureBrightnessLevelType(3)
- 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.
@JsonValue(-1)const CaptureBrightnessLevelType(0)
- Normal → const CaptureBrightnessLevelType
-
The brightness level of the video image is normal.
@JsonValue(0)const CaptureBrightnessLevelType(1)
-
values
→ const List<
CaptureBrightnessLevelType> -
A constant List of the values in this enum, in order of their declaration.
const List<
CaptureBrightnessLevelType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited