com.otaliastudios.cameraview.controls.Control
public enum Engine implements Control
The engine to be used.
final static Engine
DEFAULT
Engine(int value)
CAMERA1
Camera1 based engine.
CAMERA2
Camera2 based engine. For API versions older than 21,the system falls back to CAMERA1.
int
value()
static Engine
fromValue(int value)
static Array<Engine>
values()
valueOf(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int value()
@NonNull() static Engine fromValue(int value)
static Array<Engine> values()
static Engine valueOf(String name)