public final class AVCaptureAutoFocusRangeRestriction
extends java.lang.Object
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.
public static final long None
public static final long Near
public static final long Far