| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
CaptionSelector |
CaptionSelector.clone() |
CaptionSelector |
CaptionSelector.withCustomLanguageCode(String customLanguageCode)
The specific language to extract from source, using the ISO 639-2 or ISO 639-3 three-letter language code.
|
CaptionSelector |
CaptionSelector.withLanguageCode(LanguageCode languageCode)
The specific language to extract from source.
|
CaptionSelector |
CaptionSelector.withLanguageCode(String languageCode)
The specific language to extract from source.
|
CaptionSelector |
CaptionSelector.withSourceSettings(CaptionSourceSettings sourceSettings)
If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input
captions source file.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CaptionSelector> |
Input.getCaptionSelectors()
Use captions selectors to specify the captions data from your input that you use in your outputs.
|
Map<String,CaptionSelector> |
InputTemplate.getCaptionSelectors()
Use captions selectors to specify the captions data from your input that you use in your outputs.
|
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.addCaptionSelectorsEntry(String key,
CaptionSelector value)
Add a single CaptionSelectors entry
|
InputTemplate |
InputTemplate.addCaptionSelectorsEntry(String key,
CaptionSelector value)
Add a single CaptionSelectors entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setCaptionSelectors(Map<String,CaptionSelector> captionSelectors)
Use captions selectors to specify the captions data from your input that you use in your outputs.
|
void |
InputTemplate.setCaptionSelectors(Map<String,CaptionSelector> captionSelectors)
Use captions selectors to specify the captions data from your input that you use in your outputs.
|
Input |
Input.withCaptionSelectors(Map<String,CaptionSelector> captionSelectors)
Use captions selectors to specify the captions data from your input that you use in your outputs.
|
InputTemplate |
InputTemplate.withCaptionSelectors(Map<String,CaptionSelector> captionSelectors)
Use captions selectors to specify the captions data from your input that you use in your outputs.
|
Copyright © 2025. All rights reserved.