Uses of Class
software.amazon.awssdk.services.mediaconvert.model.AudioDefaultSelection
-
Packages that use AudioDefaultSelection Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AudioDefaultSelection in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return AudioDefaultSelection Modifier and Type Method Description AudioDefaultSelectionAudioSelector. defaultSelection()Enable this setting on one audio selector to set it as the default for the job.static AudioDefaultSelectionAudioDefaultSelection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AudioDefaultSelectionAudioDefaultSelection. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioDefaultSelection[]AudioDefaultSelection. 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 AudioDefaultSelection Modifier and Type Method Description static Set<AudioDefaultSelection>AudioDefaultSelection. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type AudioDefaultSelection Modifier and Type Method Description AudioSelector.BuilderAudioSelector.Builder. defaultSelection(AudioDefaultSelection defaultSelection)Enable this setting on one audio selector to set it as the default for the job.
-