Package 

Enum Engine

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.controls.Control

    
    public enum Engine
     implements Control
                        

    The engine to be used.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      final static Engine DEFAULT
    • Constructor Summary

      Constructors 
      Constructor Description
      Engine(int value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CAMERA1

      Camera1 based engine.

      CAMERA2

      Camera2 based engine. For API versions older than 21,the system falls back to CAMERA1.

    • Method Summary

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

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