Package apple.avfoundation.enums
Class AVCaptureAutoFocusRangeRestriction
- java.lang.Object
-
- apple.avfoundation.enums.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 Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Near
public static final long Near
- See Also:
- Constant Field Values
-
Far
public static final long Far
- See Also:
- Constant Field Values
-
-