java.lang.Object | |
↳ | android.media.MediaRecorder.VideoEncoder |
Defines the video encoding. These constants are used with
setVideoEncoder(int)
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DEFAULT | ||||||||||
int | H263 | ||||||||||
int | H264 | ||||||||||
int | MPEG_4_SP | ||||||||||
int | VP8 |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|