Uses of Class
software.amazon.awssdk.services.mediaconvert.model.AudioLanguageCodeControl
-
Packages that use AudioLanguageCodeControl Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AudioLanguageCodeControl in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return AudioLanguageCodeControl Modifier and Type Method Description static AudioLanguageCodeControlAudioLanguageCodeControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AudioLanguageCodeControlAudioDescription. languageCodeControl()Specify which source for language code takes precedence for this audio track.static AudioLanguageCodeControlAudioLanguageCodeControl. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioLanguageCodeControl[]AudioLanguageCodeControl. 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 AudioLanguageCodeControl Modifier and Type Method Description static Set<AudioLanguageCodeControl>AudioLanguageCodeControl. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type AudioLanguageCodeControl Modifier and Type Method Description AudioDescription.BuilderAudioDescription.Builder. languageCodeControl(AudioLanguageCodeControl languageCodeControl)Specify which source for language code takes precedence for this audio track.
-