public static enum Constants.TransferID extends java.lang.Enum<Constants.TransferID>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static int |
getValue(Constants.TransferID id) |
static Constants.TransferID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.TransferID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.TransferID TRANSFERID_BT709
public static final Constants.TransferID TRANSFERID_UNSPECIFIED
public static final Constants.TransferID TRANSFERID_GAMMA22
public static final Constants.TransferID TRANSFERID_GAMMA28
public static final Constants.TransferID TRANSFERID_SMPTE170M
public static final Constants.TransferID TRANSFERID_SMPTE240M
public static final Constants.TransferID TRANSFERID_LINEAR
public static final Constants.TransferID TRANSFERID_LOG
public static final Constants.TransferID TRANSFERID_LOG_SQRT
public static final Constants.TransferID TRANSFERID_IEC61966_2_4
public static final Constants.TransferID TRANSFERID_BT1361_ECG
public static final Constants.TransferID TRANSFERID_IEC61966_2_1
public static final Constants.TransferID TRANSFERID_BT2020_10
public static final Constants.TransferID TRANSFERID_BT2020_12
public static final Constants.TransferID TRANSFERID_SMPTEST2084
public static final Constants.TransferID TRANSFERID_SMPTEST428
public static final Constants.TransferID TRANSFERID_ARIB_STD_B67
public static Constants.TransferID[] values()
for (Constants.TransferID c : Constants.TransferID.values()) System.out.println(c);
public static Constants.TransferID 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.TransferID id)