public static enum Constants.MatrixID extends java.lang.Enum<Constants.MatrixID>
| Enum Constant and Description |
|---|
MATRIXID_BT2020_CL |
MATRIXID_BT2020_NCL |
MATRIXID_BT2100_ICTCP |
MATRIXID_BT470BG |
MATRIXID_BT709 |
MATRIXID_CDCLS |
MATRIXID_CDNCLS |
MATRIXID_FCC |
MATRIXID_RGB |
MATRIXID_SMPTE170M |
MATRIXID_SMPTE2085 |
MATRIXID_SMPTE240M |
MATRIXID_UNSPECIFIED |
MATRIXID_YCOCG |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static int |
getValue(Constants.MatrixID 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)