Uses of Class
com.amazonaws.services.elastictranscoder.model.AudioParameters

Packages that use AudioParameters
com.amazonaws.services.elastictranscoder.model Classes modeling the various types represented by AmazonElasticTranscoder. 
 

Uses of AudioParameters in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return AudioParameters
 AudioParameters Preset.getAudio()
          A section of the response body that provides information about the audio preset values.
 AudioParameters CreatePresetRequest.getAudio()
          A section of the request body that specifies the audio parameters.
 AudioParameters AudioParameters.withBitRate(String bitRate)
          The bit rate of the audio stream in the output file, in kilobits/second.
 AudioParameters AudioParameters.withChannels(String channels)
          The number of audio channels in the output file.
 AudioParameters AudioParameters.withCodec(String codec)
          The audio codec for the output file.
 AudioParameters AudioParameters.withCodecOptions(AudioCodecOptions codecOptions)
          If you specified AAC for Audio:Codec, this is the AAC compression profile to use.
 AudioParameters 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 AudioParameters
 void Preset.setAudio(AudioParameters audio)
          A section of the response body that provides information about the audio preset values.
 void CreatePresetRequest.setAudio(AudioParameters audio)
          A section of the request body that specifies the audio parameters.
 Preset Preset.withAudio(AudioParameters audio)
          A section of the response body that provides information about the audio preset values.
 CreatePresetRequest CreatePresetRequest.withAudio(AudioParameters audio)
          A section of the request body that specifies the audio parameters.
 



Copyright © 2016. All rights reserved.