com.otaliastudios.cameraview.controls.Control
public enum Audio implements Control
Audio values indicate whether to record audio stream when record video.
final static Audio
DEFAULT
Audio(int value)
OFF
No 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).
MONO
Force mono channel audio.
STEREO
Force stereo audio.
int
value()
static Audio
fromValue(int value)
static Array<Audio>
values()
valueOf(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int value()
@NonNull() static Audio fromValue(int value)
static Array<Audio> values()
static Audio valueOf(String name)