public final class AVCaptureFocusMode
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
AutoFocus |
static long |
ContinuousAutoFocus |
static long |
Locked |
public static final long Locked
public static final long AutoFocus
public static final long ContinuousAutoFocus