| 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)
Source settings (SourceSettings) contains the group of settings for captions in the input.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CaptionSelector> |
InputTemplate.getCaptionSelectors()
Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your
outputs.
|
Map<String,CaptionSelector> |
Input.getCaptionSelectors()
Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your
outputs.
|
| Modifier and Type | Method and Description |
|---|---|
InputTemplate |
InputTemplate.addCaptionSelectorsEntry(String key,
CaptionSelector value) |
Input |
Input.addCaptionSelectorsEntry(String key,
CaptionSelector value) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputTemplate.setCaptionSelectors(Map<String,CaptionSelector> captionSelectors)
Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your
outputs.
|
void |
Input.setCaptionSelectors(Map<String,CaptionSelector> captionSelectors)
Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your
outputs.
|
InputTemplate |
InputTemplate.withCaptionSelectors(Map<String,CaptionSelector> captionSelectors)
Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your
outputs.
|
Input |
Input.withCaptionSelectors(Map<String,CaptionSelector> captionSelectors)
Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your
outputs.
|
Copyright © 2019. All rights reserved.