| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
CaptionDescription |
CaptionDescription.clone() |
CaptionDescription |
CaptionDescription.withCaptionSelectorName(String captionSelectorName)
Specifies which "Caption Selector":#inputs-caption_selector to use from each input when generating captions.
|
CaptionDescription |
CaptionDescription.withCustomLanguageCode(String customLanguageCode)
Indicates the language of the caption output track, using the ISO 639-2 or ISO 639-3 three-letter language code.
|
CaptionDescription |
CaptionDescription.withDestinationSettings(CaptionDestinationSettings destinationSettings)
Specific settings required by destination type.
|
CaptionDescription |
CaptionDescription.withLanguageCode(LanguageCode languageCode)
Specify the language of this captions output track.
|
CaptionDescription |
CaptionDescription.withLanguageCode(String languageCode)
Specify the language of this captions output track.
|
CaptionDescription |
CaptionDescription.withLanguageDescription(String languageDescription)
Human readable information to indicate captions available for players (eg.
|
| Modifier and Type | Method and Description |
|---|---|
List<CaptionDescription> |
Output.getCaptionDescriptions()
(CaptionDescriptions) contains groups of captions settings.
|
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.withCaptionDescriptions(CaptionDescription... captionDescriptions)
(CaptionDescriptions) contains groups of captions settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Output.setCaptionDescriptions(Collection<CaptionDescription> captionDescriptions)
(CaptionDescriptions) contains groups of captions settings.
|
Output |
Output.withCaptionDescriptions(Collection<CaptionDescription> captionDescriptions)
(CaptionDescriptions) contains groups of captions settings.
|
Copyright © 2019. All rights reserved.