| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
CaptionSelector |
CaptionSelector.clone() |
CaptionSelector |
CaptionSelector.withLanguageCode(String languageCode)
When specified this field indicates the three letter language code of the caption track to extract from the
source.
|
CaptionSelector |
CaptionSelector.withName(String name)
Name identifier for a caption selector.
|
CaptionSelector |
CaptionSelector.withSelectorSettings(CaptionSelectorSettings selectorSettings)
Caption selector settings.
|
| Modifier and Type | Method and Description |
|---|---|
List<CaptionSelector> |
InputSettings.getCaptionSelectors()
Used to select the caption input to use for inputs that have multiple available.
|
| Modifier and Type | Method and Description |
|---|---|
InputSettings |
InputSettings.withCaptionSelectors(CaptionSelector... captionSelectors)
Used to select the caption input to use for inputs that have multiple available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputSettings.setCaptionSelectors(Collection<CaptionSelector> captionSelectors)
Used to select the caption input to use for inputs that have multiple available.
|
InputSettings |
InputSettings.withCaptionSelectors(Collection<CaptionSelector> captionSelectors)
Used to select the caption input to use for inputs that have multiple available.
|
Copyright © 2022. All rights reserved.