Uses of Class
software.amazon.awssdk.services.mediaconvert.model.LanguageCode
-
Packages that use LanguageCode Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of LanguageCode in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return LanguageCode Modifier and Type Method Description static LanguageCodeLanguageCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LanguageCodeAudioDescription. languageCode()Indicates the language of the audio output track.LanguageCodeAudioSelector. languageCode()Selects a specific language code from within an audio source.LanguageCodeCaptionDescription. languageCode()Specify the language of this captions output track.LanguageCodeCaptionDescriptionPreset. languageCode()Specify the language of this captions output track.LanguageCodeCaptionSelector. languageCode()The specific language to extract from source.LanguageCodeHlsCaptionLanguageMapping. 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.LanguageCodeHlsRenditionGroupSettings. renditionLanguageCode()Optional.LanguageCodeWebvttHlsSourceSettings. renditionLanguageCode()Optional.static LanguageCodeLanguageCode. 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.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type LanguageCode Modifier and Type Method Description static Set<LanguageCode>LanguageCode. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type LanguageCode Modifier and Type Method Description AudioDescription.BuilderAudioDescription.Builder. languageCode(LanguageCode languageCode)Indicates the language of the audio output track.AudioSelector.BuilderAudioSelector.Builder. languageCode(LanguageCode languageCode)Selects a specific language code from within an audio source.CaptionDescription.BuilderCaptionDescription.Builder. languageCode(LanguageCode languageCode)Specify the language of this captions output track.CaptionDescriptionPreset.BuilderCaptionDescriptionPreset.Builder. languageCode(LanguageCode languageCode)Specify the language of this captions output track.CaptionSelector.BuilderCaptionSelector.Builder. languageCode(LanguageCode languageCode)The specific language to extract from source.HlsCaptionLanguageMapping.BuilderHlsCaptionLanguageMapping.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.HlsRenditionGroupSettings.BuilderHlsRenditionGroupSettings.Builder. renditionLanguageCode(LanguageCode renditionLanguageCode)Optional.WebvttHlsSourceSettings.BuilderWebvttHlsSourceSettings.Builder. renditionLanguageCode(LanguageCode renditionLanguageCode)Optional.
-