Package apple.avfoundation.enums
Class AVCaptureLensStabilizationStatus
- java.lang.Object
-
- apple.avfoundation.enums.AVCaptureLensStabilizationStatus
-
public final class AVCaptureLensStabilizationStatus extends java.lang.Object[@enum] AVCaptureLensStabilizationStatus 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longActivestatic longOffstatic longOutOfRangestatic longUnavailablestatic longUnsupported
-
-
-
Field Detail
-
Unsupported
public static final long Unsupported
- See Also:
- Constant Field Values
-
Off
public static final long Off
- See Also:
- Constant Field Values
-
Active
public static final long Active
- See Also:
- Constant Field Values
-
OutOfRange
public static final long OutOfRange
- See Also:
- Constant Field Values
-
Unavailable
public static final long Unavailable
- See Also:
- Constant Field Values
-
-