public final class AVCaptureLensStabilizationStatus
extends java.lang.Object
Constants indicating the status of the lens stabilization module (aka OIS).
[@constant] AVCaptureLensStabilizationStatusUnsupported Indicates that lens stabilization is unsupported. [@constant] AVCaptureLensStabilizationStatusOff Indicates that lens stabilization was not in use for this capture. [@constant] AVCaptureLensStabilizationStatusActive Indicates that the lens stabilization module was active for the duration of the capture. [@constant] AVCaptureLensStabilizationStatusOutOfRange Indicates that device motion or capture duration exceeded the stabilization module's correction limits. [@constant] AVCaptureLensStabilizationStatusUnavailable Indicates that the lens stabilization module was unavailable for use at the time of capture. The module may be available in subsequent captures.
| Modifier and Type | Field and Description |
|---|---|
static long |
Active |
static long |
Off |
static long |
OutOfRange |
static long |
Unavailable |
static long |
Unsupported |
public static final long Unsupported
public static final long Off
public static final long Active
public static final long OutOfRange
public static final long Unavailable