| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Colorimetry |
FmtpRequest.colorimetry()
The format that is used for the representation of color.
|
Colorimetry |
Fmtp.colorimetry()
The format that is used for the representation of color.
|
static Colorimetry |
Colorimetry.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Colorimetry |
Colorimetry.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Colorimetry[] |
Colorimetry.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Colorimetry> |
Colorimetry.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FmtpRequest.Builder |
FmtpRequest.Builder.colorimetry(Colorimetry colorimetry)
The format that is used for the representation of color.
|
Fmtp.Builder |
Fmtp.Builder.colorimetry(Colorimetry colorimetry)
The format that is used for the representation of color.
|
Copyright © 2023. All rights reserved.