VideoEncoder
class VideoEncoder
Defines the video encoding. These constants are used with MediaRecorder#setVideoEncoder(int)
.
Summary
Constants
AV1
static val AV1: Int
Value: 8
DEFAULT
static val DEFAULT: Int
Value: 0
DOLBY_VISION
static val DOLBY_VISION: Int
Value: 7
H263
static val H263: Int
Value: 1
H264
static val H264: Int
Value: 2
HEVC
static val HEVC: Int
Value: 5
MPEG_4_SP
static val MPEG_4_SP: Int
Value: 3
VP8
static val VP8: Int
Value: 4
VP9
static val VP9: Int
Value: 6
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.