Package 

Enum VideoCodec

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

    
    public enum VideoCodec
     implements Control
                        

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

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      H_264

      The H.264 codec.

      H_263

      The H.263 codec.

      DEVICE_DEFAULT

      Let the device choose its codec.

    • Method Summary

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

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