VideoProfileYuv Enum

Definition

public enum VideoProfileYuv
type VideoProfileYuv = 
Inheritance
VideoProfileYuv

Fields

Name Value Description
Yuv420 0

YUV 4:2:0. A chroma subsampling where the U and V planes are subsampled by 2 both horizontally and vertically.

Android reference for android.media.EncoderProfiles.VideoProfile.YUV_420.

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.

Yuv422 1

YUV 4:2:2. A chroma subsampling where the U and V planes are subsampled by 2 horizontally alone.

Android reference for android.media.EncoderProfiles.VideoProfile.YUV_422.

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.

Yuv444 2

YUV 4:4:4. A chroma subsampling where the U and V planes are not subsampled.

Android reference for android.media.EncoderProfiles.VideoProfile.YUV_444.

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