CaptureExposureMode class Null safety
Constants indicating the mode of the exposure on the receiver's device, if it has adjustable exposure.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
- autoExpose → const int
-
Indicates that the device should automatically adjust exposure once and then change the exposure mode to locked.
1
- continuousAutoExposure → const int
-
Indicates that the device should automatically adjust exposure when needed.
2
- custom → const int
-
The device should only adjust exposure according to user provided
CaptureDevice.ISO
andCaptureDevice.exposureDuration
values.3
- locked → const int
-
Indicates that the exposure should be locked at its current value.
0