-
- 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_264The H.264 codec.
H_263The H.263 codec.
DEVICE_DEFAULTLet the device choose its codec.
-
Method Summary
Modifier and Type Method Description static Array<VideoCodec>values()static VideoCodecvalueOf(String name)-
-
Method Detail
-
values
static Array<VideoCodec> values()
-
valueOf
static VideoCodec valueOf(String name)
-
-
-
-