| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static ImscStylePassthrough |
ImscStylePassthrough.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImscStylePassthrough |
ImscDestinationSettings.stylePassthrough()
Keep this setting enabled to have MediaConvert use the font style and position information from the captions
source in the output.
|
static ImscStylePassthrough |
ImscStylePassthrough.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImscStylePassthrough[] |
ImscStylePassthrough.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<ImscStylePassthrough> |
ImscStylePassthrough.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImscDestinationSettings.Builder |
ImscDestinationSettings.Builder.stylePassthrough(ImscStylePassthrough stylePassthrough)
Keep this setting enabled to have MediaConvert use the font style and position information from the captions
source in the output.
|
Copyright © 2023. All rights reserved.