public static enum Constants.PrimaryID extends java.lang.Enum<Constants.PrimaryID>
| Enum Constant and Description |
|---|
PRIMARYID_BT2020 |
PRIMARYID_BT470BG |
PRIMARYID_BT470M |
PRIMARYID_BT709 |
PRIMARYID_FILM |
PRIMARYID_JEDECP22 |
PRIMARYID_SMPTE170M |
PRIMARYID_SMPTE240M |
PRIMARYID_SMPTEST428 |
PRIMARYID_SMPTEST431 |
PRIMARYID_SMPTEST432 |
PRIMARYID_UNSPECIFIED |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static int |
getValue(Constants.PrimaryID id) |
static Constants.PrimaryID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.PrimaryID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.PrimaryID PRIMARYID_BT709
public static final Constants.PrimaryID PRIMARYID_UNSPECIFIED
public static final Constants.PrimaryID PRIMARYID_BT470M
public static final Constants.PrimaryID PRIMARYID_BT470BG
public static final Constants.PrimaryID PRIMARYID_SMPTE170M
public static final Constants.PrimaryID PRIMARYID_SMPTE240M
public static final Constants.PrimaryID PRIMARYID_FILM
public static final Constants.PrimaryID PRIMARYID_BT2020
public static final Constants.PrimaryID PRIMARYID_SMPTEST428
public static final Constants.PrimaryID PRIMARYID_SMPTEST431
public static final Constants.PrimaryID PRIMARYID_SMPTEST432
public static final Constants.PrimaryID PRIMARYID_JEDECP22
public static Constants.PrimaryID[] values()
for (Constants.PrimaryID c : Constants.PrimaryID.values()) System.out.println(c);
public static Constants.PrimaryID 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.PrimaryID id)