public static enum Constants.TransferID extends java.lang.Enum<Constants.TransferID>
| Enum Constant and Description |
|---|
TRANSFERID_ARIB_STD_B67
ARIB STD-B67
|
TRANSFERID_BT1361_ECG
BT.1361 Extended Color Gamut
|
TRANSFERID_BT2020_10
BT.2020 10-bit
|
TRANSFERID_BT2020_12
BT.2020 12-bit
|
TRANSFERID_BT709
BT.709
|
TRANSFERID_GAMMA22
Gamma 2.2
|
TRANSFERID_GAMMA28
Gamma 2.8
|
TRANSFERID_IEC61966_2_1
IEC 61966-2-1
|
TRANSFERID_IEC61966_2_4
IEC 61966-2-4
|
TRANSFERID_LINEAR
Linear
|
TRANSFERID_LOG
Logarithmic
|
TRANSFERID_LOG_SQRT
Logarithmic square root
|
TRANSFERID_SMPTE170M
SMPTE 170M
|
TRANSFERID_SMPTE240M
SMPTE 240M
|
TRANSFERID_SMPTEST2084
SMPTE ST 2084
|
TRANSFERID_SMPTEST428
SMPTE ST 428
|
TRANSFERID_UNSPECIFIED
Unspecified
|
| Modifier and Type | Field and Description |
|---|---|
int |
value
Integer value of the transfer characteristics ID
|
| Modifier and Type | Method and Description |
|---|---|
static int |
getValue(Constants.TransferID id)
Gets the integer value of the transfer characteristics 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)
id - Transfer characteristics ID