Class 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 long Back  
      static long Front  
      static long Unspecified  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait