CaptureBrightnessLevelType enum Null safety

本地采集的画质亮度级别。

Constants

Bright → const CaptureBrightnessLevelType

本地采集的画质亮度偏亮。

@JsonValue(1)
const CaptureBrightnessLevelType(2)
Dark → const CaptureBrightnessLevelType

本地采集的画质亮度偏暗。

@JsonValue(2)
const CaptureBrightnessLevelType(3)
Invalid → const CaptureBrightnessLevelType

SDK 未检测出本地采集的画质亮度级别。 请等待几秒,通过下一次回调的 CaptureBrightnessLevelType 获取亮度级别。

@JsonValue(-1)
const CaptureBrightnessLevelType(0)
Normal → const CaptureBrightnessLevelType

本地采集的画质亮度正常。

@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

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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