Package apple.avfoundation.enums
Class AVCaptureDevicePosition
- java.lang.Object
-
- apple.avfoundation.enums.AVCaptureDevicePosition
-
public final class AVCaptureDevicePosition extends java.lang.Object[@enum] AVCaptureDevicePosition 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longBackstatic longFrontstatic longUnspecified
-
-
-
Field Detail
-
Unspecified
public static final long Unspecified
- See Also:
- Constant Field Values
-
Back
public static final long Back
- See Also:
- Constant Field Values
-
Front
public static final long Front
- See Also:
- Constant Field Values
-
-