Language

VideoEncoder Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Media.MediaRecorder.SetVideoEncoder member.

public enum VideoEncoder
type VideoEncoder = 
Inheritance
VideoEncoder

Fields

Name Value Description
Default 0

Default video codec

Android reference for android.media.MediaRecorder.VideoEncoder.DEFAULT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

H263 1

H.263 video codec

Android reference for android.media.MediaRecorder.VideoEncoder.H263.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

H264 2

H.264 video codec

Android reference for android.media.MediaRecorder.VideoEncoder.H264.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Mpeg4Sp 3

MPEG-4 SP video codec

Android reference for android.media.MediaRecorder.VideoEncoder.MPEG_4_SP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Vp8 4

VP8 video codec

Android reference for android.media.MediaRecorder.VideoEncoder.VP8.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Hevc 5

HEVC/H.265 video codec

Android reference for android.media.MediaRecorder.VideoEncoder.HEVC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Vp9 6

VP9 video codec

Android reference for android.media.MediaRecorder.VideoEncoder.VP9.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DolbyVision 7

Dolby Vision video codec

Android reference for android.media.MediaRecorder.VideoEncoder.DOLBY_VISION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Av1 8

AV1 video codec

Android reference for android.media.MediaRecorder.VideoEncoder.AV1.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Apv 9

APV video codec

Android reference for android.media.MediaRecorder.VideoEncoder.APV.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to