| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
CaptionDescriptionPreset |
CaptionDescriptionPreset.clone() |
CaptionDescriptionPreset |
CaptionDescriptionPreset.withDestinationSettings(CaptionDestinationSettings destinationSettings) |
CaptionDescriptionPreset |
CaptionDescriptionPreset.withLanguageCode(LanguageCode languageCode)
Indicates the language of the caption output track.
|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withLanguageCode(String languageCode)
Indicates the language of the caption output track.
|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withLanguageDescription(String languageDescription)
Human readable information to indicate captions available for players (eg.
|
| 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 © 2018. All rights reserved.