com.otaliastudios.cameraview.controls.Control
public enum Facing implements Control
Facing value indicates which camera sensor should be used for the current session.
Facing(int value)
BACK
Back-facing camera sensor.
FRONT
Front-facing camera sensor.
static Facing
DEFAULT(Context context)
int
value()
fromValue(int value)
static Array<Facing>
values()
valueOf(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NonNull() static Facing DEFAULT(Context context)
int value()
@Nullable() static Facing fromValue(int value)
static Array<Facing> values()
static Facing valueOf(String name)