Uses of Class
software.amazon.awssdk.services.medialive.model.AudioDescriptionLanguageCodeControl
-
Packages that use AudioDescriptionLanguageCodeControl Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AudioDescriptionLanguageCodeControl in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AudioDescriptionLanguageCodeControl Modifier and Type Method Description static AudioDescriptionLanguageCodeControlAudioDescriptionLanguageCodeControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AudioDescriptionLanguageCodeControlAudioDescription. languageCodeControl()Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input.static AudioDescriptionLanguageCodeControlAudioDescriptionLanguageCodeControl. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioDescriptionLanguageCodeControl[]AudioDescriptionLanguageCodeControl. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type AudioDescriptionLanguageCodeControl Modifier and Type Method Description static Set<AudioDescriptionLanguageCodeControl>AudioDescriptionLanguageCodeControl. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type AudioDescriptionLanguageCodeControl Modifier and Type Method Description AudioDescription.BuilderAudioDescription.Builder. languageCodeControl(AudioDescriptionLanguageCodeControl languageCodeControl)Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input.
-