Enum TransferCharacteristics
java.lang.Object
java.lang.Enum<TransferCharacteristics>
software.amazon.awssdk.services.mediaconvert.model.TransferCharacteristics
- All Implemented Interfaces:
Serializable
,Comparable<TransferCharacteristics>
@Generated("software.amazon.awssdk:codegen")
public enum TransferCharacteristics
extends Enum<TransferCharacteristics>
The color space transfer characteristics of the video track.
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic TransferCharacteristics
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Set
<TransferCharacteristics> toString()
static TransferCharacteristics
Returns the enum constant of this type with the specified name.static TransferCharacteristics[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ITU_709
-
UNSPECIFIED
-
RESERVED
-
ITU_470_M
-
ITU_470_BG
-
SMPTE_170_M
-
SMPTE_240_M
-
LINEAR
-
LOG10_2
-
LOC10_2_5
-
IEC_61966_2_4
-
ITU_1361
-
IEC_61966_2_1
-
ITU_2020_10_BIT
-
ITU_2020_12_BIT
-
SMPTE_2084
-
SMPTE_428_1
-
ARIB_B67
-
LAST
-
UNKNOWN_TO_SDK_VERSION
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<TransferCharacteristics>
-
fromValue
Use this in place of valueOf to convert the raw string returned by the service into the enum value.- Parameters:
value
- real value- Returns:
- TransferCharacteristics corresponding to the value
-
knownValues
Use this in place ofvalues()
to return aSet
of all values known to the SDK. This will return all known enum values exceptUNKNOWN_TO_SDK_VERSION
.- Returns:
- a
Set
of knownTransferCharacteristics
s
-