Package 

Enum Audio

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.controls.Control

    
    public enum Audio
     implements Control
                        

    Audio values indicate whether to record audio stream when record video.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      final static Audio DEFAULT
    • Constructor Summary

      Constructors 
      Constructor Description
      Audio(int value)
    • Enum Constant Summary

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

    • Method Summary

      Modifier and Type Method Description
      int value()
      static Audio fromValue(int value)
      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