Class AVCaptureAutoFocusRangeRestriction


  • public final class AVCaptureAutoFocusRangeRestriction
    extends java.lang.Object
    [@enum] AVCaptureAutoFocusRangeRestriction Constants indicating the restriction of the receiver's autofocus system to a particular range of focus scan, if it supports range restrictions. [@constant] AVCaptureAutoFocusRangeRestrictionNone Indicates that the autofocus system should not restrict the focus range. [@constant] AVCaptureAutoFocusRangeRestrictionNear Indicates that the autofocus system should restrict the focus range for subject matter that is near to the camera. [@constant] AVCaptureAutoFocusRangeRestrictionFar Indicates that the autofocus system should restrict the focus range for subject matter that is far from the camera.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Far  
      static long Near  
      static long None  
    • Method Summary

      • Methods inherited from class java.lang.Object

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