Language

ColorStandard Enum

Definition

public enum ColorStandard
type ColorStandard = 
Inheritance
ColorStandard

Fields

Name Value Description
Bt709 1

BT.709 color chromaticity coordinates with KR = 0.2126, KB = 0.0722.

Android reference for android.media.MediaFormat.COLOR_STANDARD_BT709.

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.

Bt601Pal 2

BT.601 625 color chromaticity coordinates with KR = 0.299, KB = 0.114.

Android reference for android.media.MediaFormat.COLOR_STANDARD_BT601_PAL.

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.

Bt601Ntsc 4

BT.601 525 color chromaticity coordinates with KR = 0.299, KB = 0.114.

Android reference for android.media.MediaFormat.COLOR_STANDARD_BT601_NTSC.

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.

Bt2020 6

BT.2020 color chromaticity coordinates with KR = 0.2627, KB = 0.0593.

Android reference for android.media.MediaFormat.COLOR_STANDARD_BT2020.

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