Package 

Enum Facing

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.controls.Control , java.io.Serializable , java.lang.Comparable

    
    public enum Facing
     implements Control
                        

    Facing value indicates which camera sensor should be used for the current session.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      FRONT

      Front-facing camera sensor.

      BACK

      Back-facing camera sensor.

    • Method Summary

      Modifier and Type Method Description
      static Array<Facing> values()
      static Facing valueOf(String name)
      • Methods inherited from class java.lang.Object

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