| 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)
Specify the language for this captions output track.
|
CaptionDescription |
CaptionDescription.withDestinationSettings(CaptionDestinationSettings destinationSettings)
Settings related to one captions tab on the MediaConvert console.
|
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)
Specify a label for this set of output captions.
|
| Modifier and Type | Method and Description |
|---|---|
List<CaptionDescription> |
Output.getCaptionDescriptions()
Contains groups of captions settings.
|
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.withCaptionDescriptions(CaptionDescription... captionDescriptions)
Contains groups of captions settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Output.setCaptionDescriptions(Collection<CaptionDescription> captionDescriptions)
Contains groups of captions settings.
|
Output |
Output.withCaptionDescriptions(Collection<CaptionDescription> captionDescriptions)
Contains groups of captions settings.
|
Copyright © 2023. All rights reserved.