Uses of Class
com.amazonaws.services.elastictranscoder.model.AudioCodecOptions
Packages that use AudioCodecOptions
-
Uses of AudioCodecOptions in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return AudioCodecOptionsModifier and TypeMethodDescriptionAudioCodecOptions.clone()
AudioParameters.getCodecOptions()
If you specifiedAAC
forAudio:Codec
, this is theAAC
compression profile to use.AudioCodecOptions.withBitDepth
(String bitDepth) You can only choose an audio bit depth when you specifyflac
orpcm
for the value of Audio:Codec.AudioCodecOptions.withBitOrder
(String bitOrder) You can only choose an audio bit order when you specifypcm
for the value of Audio:Codec.AudioCodecOptions.withProfile
(String profile) You can only choose an audio profile when you specify AAC for the value of Audio:Codec.AudioCodecOptions.withSigned
(String signed) You can only choose whether an audio sample is signed when you specifypcm
for the value of Audio:Codec.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type AudioCodecOptionsModifier and TypeMethodDescriptionvoid
AudioParameters.setCodecOptions
(AudioCodecOptions codecOptions) If you specifiedAAC
forAudio:Codec
, this is theAAC
compression profile to use.AudioParameters.withCodecOptions
(AudioCodecOptions codecOptions) If you specifiedAAC
forAudio:Codec
, this is theAAC
compression profile to use.