Package 

Enum AudioCodec

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.controls.Control , java.io.Serializable , java.lang.Comparable

    
    public enum AudioCodec
     implements Control
                        

    Constants for selecting the encoder of audio recordings. https://developer.android.com/guide/topics/media/media-formats.html#audio-formats

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AAC_ELD

      The AAC_ELD codec.

      HE_AAC

      The HE_AAC codec.

      AAC

      The AAC codec.

      DEVICE_DEFAULT

      Let the device choose its codec.

    • Method Summary

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

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