public static enum Constants.MatrixID extends java.lang.Enum<Constants.MatrixID>
| Enum Constant and Description |
|---|
MATRIXID_BT2020_CL
BT.2020 constant luminance
|
MATRIXID_BT2020_NCL
BT.2020 non-constant luminance
|
MATRIXID_BT2100_ICTCP
BT.2100 ICtCp
|
MATRIXID_BT470BG
BT.470BG
|
MATRIXID_BT709
BT.709
|
MATRIXID_CDCLS
Chromaticity-derived constant luminance
|
MATRIXID_CDNCLS
Chromaticity-derived non-constant luminance
|
MATRIXID_FCC
FCC
|
MATRIXID_RGB
RGB
|
MATRIXID_SMPTE170M
SMPTE 170M
|
MATRIXID_SMPTE2085
SMPTE ST 2085
|
MATRIXID_SMPTE240M
SMPTE 240M
|
MATRIXID_UNSPECIFIED
Unspecified
|
MATRIXID_YCOCG
YCoCg
|
| Modifier and Type | Field and Description |
|---|---|
int |
value
Integer value of the matrix coefficients ID
|
| Modifier and Type | Method and Description |
|---|---|
static int |
getValue(Constants.MatrixID id)
Gets the integer value of the matrix coefficients ID.
|
static Constants.MatrixID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.MatrixID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.MatrixID MATRIXID_RGB
public static final Constants.MatrixID MATRIXID_BT709
public static final Constants.MatrixID MATRIXID_UNSPECIFIED
public static final Constants.MatrixID MATRIXID_FCC
public static final Constants.MatrixID MATRIXID_BT470BG
public static final Constants.MatrixID MATRIXID_SMPTE170M
public static final Constants.MatrixID MATRIXID_SMPTE240M
public static final Constants.MatrixID MATRIXID_YCOCG
public static final Constants.MatrixID MATRIXID_BT2020_NCL
public static final Constants.MatrixID MATRIXID_BT2020_CL
public static final Constants.MatrixID MATRIXID_SMPTE2085
public static final Constants.MatrixID MATRIXID_CDNCLS
public static final Constants.MatrixID MATRIXID_CDCLS
public static final Constants.MatrixID MATRIXID_BT2100_ICTCP
public static Constants.MatrixID[] values()
for (Constants.MatrixID c : Constants.MatrixID.values()) System.out.println(c);
public static Constants.MatrixID valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static int getValue(Constants.MatrixID id)
id - Matrix coefficients ID