| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ProresChromaSampling |
ProresSettings.chromaSampling()
This setting applies only to ProRes 4444 and ProRes 4444 XQ outputs that you create from inputs that use 4:4:4
chroma sampling.
|
static ProresChromaSampling |
ProresChromaSampling.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ProresChromaSampling |
ProresChromaSampling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProresChromaSampling[] |
ProresChromaSampling.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<ProresChromaSampling> |
ProresChromaSampling.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProresSettings.Builder |
ProresSettings.Builder.chromaSampling(ProresChromaSampling chromaSampling)
This setting applies only to ProRes 4444 and ProRes 4444 XQ outputs that you create from inputs that use
4:4:4 chroma sampling.
|
Copyright © 2023. All rights reserved.