Added in API level 3

VideoEncoder


class VideoEncoder
kotlin.Any
   ↳ android.media.MediaRecorder.VideoEncoder

Defines the video encoding. These constants are used with MediaRecorder.setVideoEncoder(int).

Summary

Constants
static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

Constants

AV1

Added in API level 33
static val AV1: Int
Value: 8

DEFAULT

Added in API level 3
static val DEFAULT: Int
Value: 0

DOLBY_VISION

Added in API level 33
static val DOLBY_VISION: Int
Value: 7

H263

Added in API level 3
static val H263: Int
Value: 1

H264

Added in API level 3
static val H264: Int
Value: 2

HEVC

Added in API level 24
static val HEVC: Int
Value: 5

MPEG_4_SP

Added in API level 3
static val MPEG_4_SP: Int
Value: 3

VP8

Added in API level 21
static val VP8: Int
Value: 4

VP9

Added in API level 33
static val VP9: Int
Value: 6