Package 

Enum Audio

  • All Implemented Interfaces:
    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.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      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.

    • Method Summary

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

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