| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
BurninSubtitleFallbackFont |
BurninDestinationSettings.fallbackFont()
Specify the font that you want the service to use for your burn in captions when your input captions specify a
font that MediaConvert doesn't support.
|
static BurninSubtitleFallbackFont |
BurninSubtitleFallbackFont.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BurninSubtitleFallbackFont |
BurninSubtitleFallbackFont.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BurninSubtitleFallbackFont[] |
BurninSubtitleFallbackFont.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<BurninSubtitleFallbackFont> |
BurninSubtitleFallbackFont.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fallbackFont(BurninSubtitleFallbackFont fallbackFont)
Specify the font that you want the service to use for your burn in captions when your input captions specify
a font that MediaConvert doesn't support.
|
Copyright © 2023. All rights reserved.