Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait