| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
CaptionDescriptionPreset |
CaptionDescriptionPreset.clone() |
CaptionDescriptionPreset |
CaptionDescriptionPreset.withCustomLanguageCode(String customLanguageCode)
Indicates the language of the caption output track, using the ISO 639-2 or ISO 639-3 three-letter language code.
|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withDestinationSettings(CaptionDestinationSettings destinationSettings)
Specific settings required by destination type.
|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withLanguageCode(LanguageCode languageCode)
Specify the language of this captions output track.
|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withLanguageCode(String languageCode)
Specify the language of this captions output track.
|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withLanguageDescription(String languageDescription)
Specify a label for this set of output captions.
|
| Modifier and Type | Method and Description |
|---|---|
List<CaptionDescriptionPreset> |
PresetSettings.getCaptionDescriptions()
Caption settings for this preset.
|
| Modifier and Type | Method and Description |
|---|---|
PresetSettings |
PresetSettings.withCaptionDescriptions(CaptionDescriptionPreset... captionDescriptions)
Caption settings for this preset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PresetSettings.setCaptionDescriptions(Collection<CaptionDescriptionPreset> captionDescriptions)
Caption settings for this preset.
|
PresetSettings |
PresetSettings.withCaptionDescriptions(Collection<CaptionDescriptionPreset> captionDescriptions)
Caption settings for this preset.
|
Copyright © 2019. All rights reserved.