Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.AudioParameters
-
Packages that use AudioParameters Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of AudioParameters in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return AudioParameters Modifier and Type Method Description AudioParametersCreatePresetRequest. audio()A section of the request body that specifies the audio parameters.AudioParametersPreset. audio()A section of the response body that provides information about the audio preset values.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type AudioParameters Modifier and Type Method Description CreatePresetRequest.BuilderCreatePresetRequest.Builder. audio(AudioParameters audio)A section of the request body that specifies the audio parameters.Preset.BuilderPreset.Builder. audio(AudioParameters audio)A section of the response body that provides information about the audio preset values.
-