public final class AVCaptureDevicePosition
extends java.lang.Object
Constants indicating the physical position of an AVCaptureDevice's hardware on the system.
[@constant] AVCaptureDevicePositionUnspecified Indicates that the device's position relative to the system hardware is unspecified. [@constant] AVCaptureDevicePositionBack Indicates that the device is physically located on the back of the system hardware. [@constant] AVCaptureDevicePositionFront Indicates that the device is physically located on the front of the system hardware.
| Modifier and Type | Field and Description |
|---|---|
static long |
Back |
static long |
Front |
static long |
Unspecified |
public static final long Unspecified
public static final long Back
public static final long Front