| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static LanguageCode |
LanguageCode.fromValue(String value)
Use this in place of valueOf.
|
static LanguageCode |
LanguageCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageCode[] |
LanguageCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CaptionDescriptionPreset |
CaptionDescriptionPreset.withLanguageCode(LanguageCode languageCode)
Specify the language of this captions output track.
|
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.
|
AudioSelector |
AudioSelector.withLanguageCode(LanguageCode languageCode)
Selects a specific language code from within an audio source.
|
CaptionSelector |
CaptionSelector.withLanguageCode(LanguageCode languageCode)
The specific language to extract from source.
|
CaptionDescription |
CaptionDescription.withLanguageCode(LanguageCode languageCode)
Specify the language of this captions output track.
|
AudioDescription |
AudioDescription.withLanguageCode(LanguageCode languageCode)
Indicates the language of the audio output track.
|
Copyright © 2019. All rights reserved.