com.otaliastudios.cameraview.controls.Control
java.io.Serializable
java.lang.Comparable
public enum Audio implements Control
Audio values indicate whether to record audio stream when record video.
STEREO
Force stereo audio.
MONO
Force mono channel audio.
ON
Audio on. The number of channels depends on the video configuration,on the device capabilities and on the video type (e.g. we default tomono for snapshots).
OFF
No audio.
static Array<Audio>
values()
static Audio
valueOf(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
static Array<Audio> values()
static Audio valueOf(String name)