public final class AVCaptureExposureMode
extends java.lang.Object
Constants indicating the mode of the exposure on the receiver's device, if it has adjustable exposure.
[@constant] AVCaptureExposureModeLocked Indicates that the exposure should be locked at its current value. [@constant] AVCaptureExposureModeAutoExpose Indicates that the device should automatically adjust exposure once and then change the exposure mode to AVCaptureExposureModeLocked. [@constant] AVCaptureExposureModeContinuousAutoExposure Indicates that the device should automatically adjust exposure when needed. [@constant] AVCaptureExposureModeCustom Indicates that the device should only adjust exposure according to user provided ISO, exposureDuration values.
| Modifier and Type | Field and Description |
|---|---|
static long |
AutoExpose |
static long |
ContinuousAutoExposure |
static long |
Custom |
static long |
Locked |
public static final long Locked
public static final long AutoExpose
public static final long ContinuousAutoExposure
public static final long Custom