| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
CaptionDescriptionPreset |
CaptionDescriptionPreset.clone() |
CaptionDescriptionPreset |
CaptionDescriptionPreset.withCustomLanguageCode(String customLanguageCode)
Specify the language for this captions output track.
|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withDestinationSettings(CaptionDestinationSettings destinationSettings)
Settings related to one captions tab on the MediaConvert console.
|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withLanguageCode(LanguageCode languageCode)
Specify the language of this captions output track.
|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withLanguageCode(String languageCode)
Specify the language of this captions output track.
|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withLanguageDescription(String languageDescription)
Specify a label for this set of output captions.
|
| Modifier and Type | Method and Description |
|---|---|
List<CaptionDescriptionPreset> |
PresetSettings.getCaptionDescriptions()
This object holds groups of settings related to captions for one output.
|
| Modifier and Type | Method and Description |
|---|---|
PresetSettings |
PresetSettings.withCaptionDescriptions(CaptionDescriptionPreset... captionDescriptions)
This object holds groups of settings related to captions for one output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PresetSettings.setCaptionDescriptions(Collection<CaptionDescriptionPreset> captionDescriptions)
This object holds groups of settings related to captions for one output.
|
PresetSettings |
PresetSettings.withCaptionDescriptions(Collection<CaptionDescriptionPreset> captionDescriptions)
This object holds groups of settings related to captions for one output.
|
Copyright © 2022. All rights reserved.