| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static LanguageCode |
LanguageCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LanguageCode |
CaptionDescriptionPreset.languageCode()
Specify the language of this captions output track.
|
LanguageCode |
HlsCaptionLanguageMapping.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.
|
LanguageCode |
CaptionDescription.languageCode()
Specify the language of this captions output track.
|
LanguageCode |
AudioDescription.languageCode()
Indicates the language of the audio output track.
|
LanguageCode |
AudioSelector.languageCode()
Selects a specific language code from within an audio source.
|
LanguageCode |
CaptionSelector.languageCode()
The specific language to extract from source.
|
LanguageCode |
HlsRenditionGroupSettings.renditionLanguageCode()
Optional.
|
LanguageCode |
WebvttHlsSourceSettings.renditionLanguageCode()
Optional.
|
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 |
|---|---|
static Set<LanguageCode> |
LanguageCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CaptionDescriptionPreset.Builder |
CaptionDescriptionPreset.Builder.languageCode(LanguageCode languageCode)
Specify the language of this captions output track.
|
HlsCaptionLanguageMapping.Builder |
HlsCaptionLanguageMapping.Builder.languageCode(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.
|
CaptionDescription.Builder |
CaptionDescription.Builder.languageCode(LanguageCode languageCode)
Specify the language of this captions output track.
|
AudioDescription.Builder |
AudioDescription.Builder.languageCode(LanguageCode languageCode)
Indicates the language of the audio output track.
|
AudioSelector.Builder |
AudioSelector.Builder.languageCode(LanguageCode languageCode)
Selects a specific language code from within an audio source.
|
CaptionSelector.Builder |
CaptionSelector.Builder.languageCode(LanguageCode languageCode)
The specific language to extract from source.
|
HlsRenditionGroupSettings.Builder |
HlsRenditionGroupSettings.Builder.renditionLanguageCode(LanguageCode renditionLanguageCode)
Optional.
|
WebvttHlsSourceSettings.Builder |
WebvttHlsSourceSettings.Builder.renditionLanguageCode(LanguageCode renditionLanguageCode)
Optional.
|
Copyright © 2023. All rights reserved.