| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
HlsCaptionLanguageMapping |
HlsCaptionLanguageMapping.clone() |
HlsCaptionLanguageMapping |
HlsCaptionLanguageMapping.withCaptionChannel(Integer captionChannel)
Caption channel.
|
HlsCaptionLanguageMapping |
HlsCaptionLanguageMapping.withCustomLanguageCode(String customLanguageCode)
Specify the language for this caption channel, using the ISO 639-2 or ISO 639-3 three-letter language code
|
HlsCaptionLanguageMapping |
HlsCaptionLanguageMapping.withLanguageCode(LanguageCode languageCode)
Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.
|
HlsCaptionLanguageMapping |
HlsCaptionLanguageMapping.withLanguageCode(String languageCode)
Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.
|
HlsCaptionLanguageMapping |
HlsCaptionLanguageMapping.withLanguageDescription(String languageDescription)
Caption language description.
|
| Modifier and Type | Method and Description |
|---|---|
List<HlsCaptionLanguageMapping> |
HlsGroupSettings.getCaptionLanguageMappings()
Language to be used on Caption outputs
|
| Modifier and Type | Method and Description |
|---|---|
HlsGroupSettings |
HlsGroupSettings.withCaptionLanguageMappings(HlsCaptionLanguageMapping... captionLanguageMappings)
Language to be used on Caption outputs
|
| Modifier and Type | Method and Description |
|---|---|
void |
HlsGroupSettings.setCaptionLanguageMappings(Collection<HlsCaptionLanguageMapping> captionLanguageMappings)
Language to be used on Caption outputs
|
HlsGroupSettings |
HlsGroupSettings.withCaptionLanguageMappings(Collection<HlsCaptionLanguageMapping> captionLanguageMappings)
Language to be used on Caption outputs
|
Copyright © 2019. All rights reserved.