CaptureExposureMode class abstract

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.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

autoExpose → const int
Indicates that the device should automatically adjust exposure once and then change the exposure mode to locked.
continuousAutoExposure → const int
Indicates that the device should automatically adjust exposure when needed.
custom → const int
The device should only adjust exposure according to user provided CaptureDevice.ISO and CaptureDevice.exposureDuration values.
locked → const int
Indicates that the exposure should be locked at its current value.