Package apple.avfoundation.enums
Class AVCaptureFocusMode
- java.lang.Object
-
- apple.avfoundation.enums.AVCaptureFocusMode
-
public final class AVCaptureFocusMode extends java.lang.Object[@enum] AVCaptureFocusMode Constants indicating the mode of the focus on the receiver's device, if it has one. [@constant] AVCaptureFocusModeLocked Indicates that the focus should be locked at the lens' current position. [@constant] AVCaptureFocusModeAutoFocus Indicates that the device should autofocus once and then change the focus mode to AVCaptureFocusModeLocked. [@constant] AVCaptureFocusModeContinuousAutoFocus Indicates that the device should automatically focus when needed.
-
-
Field Summary
Fields Modifier and Type Field Description static longAutoFocusstatic longContinuousAutoFocusstatic longLocked
-
-
-
Field Detail
-
Locked
public static final long Locked
- See Also:
- Constant Field Values
-
AutoFocus
public static final long AutoFocus
- See Also:
- Constant Field Values
-
ContinuousAutoFocus
public static final long ContinuousAutoFocus
- See Also:
- Constant Field Values
-
-