| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ColorSpaceUsage |
VideoSelector.colorSpaceUsage()
There are two sources for color metadata, the input file and the job input settings Color space and HDR master
display information settings.
|
static ColorSpaceUsage |
ColorSpaceUsage.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ColorSpaceUsage |
ColorSpaceUsage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorSpaceUsage[] |
ColorSpaceUsage.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<ColorSpaceUsage> |
ColorSpaceUsage.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VideoSelector.Builder |
VideoSelector.Builder.colorSpaceUsage(ColorSpaceUsage colorSpaceUsage)
There are two sources for color metadata, the input file and the job input settings Color space and HDR
master display information settings.
|
Copyright © 2023. All rights reserved.