Uses of Class
com.amazonaws.services.elastictranscoder.model.AudioParameters
Packages that use AudioParameters
-
Uses of AudioParameters in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return AudioParametersModifier and TypeMethodDescriptionAudioParameters.clone()
CreatePresetRequest.getAudio()
A section of the request body that specifies the audio parameters.Preset.getAudio()
A section of the response body that provides information about the audio preset values.AudioParameters.withAudioPackingMode
(String audioPackingMode) The method of organizing audio channels and tracks.AudioParameters.withBitRate
(String bitRate) The bit rate of the audio stream in the output file, in kilobits/second.AudioParameters.withChannels
(String channels) The number of audio channels in the output file.The audio codec for the output file.AudioParameters.withCodecOptions
(AudioCodecOptions codecOptions) If you specifiedAAC
forAudio:Codec
, this is theAAC
compression profile to use.AudioParameters.withSampleRate
(String sampleRate) The sample rate of the audio stream in the output file, in Hertz.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type AudioParametersModifier and TypeMethodDescriptionvoid
CreatePresetRequest.setAudio
(AudioParameters audio) A section of the request body that specifies the audio parameters.void
Preset.setAudio
(AudioParameters audio) A section of the response body that provides information about the audio preset values.CreatePresetRequest.withAudio
(AudioParameters audio) A section of the request body that specifies the audio parameters.Preset.withAudio
(AudioParameters audio) A section of the response body that provides information about the audio preset values.