Uses of Class
com.amazonaws.services.elastictranscoder.model.AudioCodecOptions
-
Packages that use AudioCodecOptions Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of AudioCodecOptions in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return AudioCodecOptions Modifier and Type Method Description AudioCodecOptions
AudioCodecOptions. clone()
AudioCodecOptions
AudioParameters. getCodecOptions()
If you specifiedAAC
forAudio:Codec
, this is theAAC
compression profile to use.AudioCodecOptions
AudioCodecOptions. withBitDepth(String bitDepth)
You can only choose an audio bit depth when you specifyflac
orpcm
for the value of Audio:Codec.AudioCodecOptions
AudioCodecOptions. withBitOrder(String bitOrder)
You can only choose an audio bit order when you specifypcm
for the value of Audio:Codec.AudioCodecOptions
AudioCodecOptions. withProfile(String profile)
You can only choose an audio profile when you specify AAC for the value of Audio:Codec.AudioCodecOptions
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 AudioCodecOptions Modifier and Type Method Description void
AudioParameters. setCodecOptions(AudioCodecOptions codecOptions)
If you specifiedAAC
forAudio:Codec
, this is theAAC
compression profile to use.AudioParameters
AudioParameters. withCodecOptions(AudioCodecOptions codecOptions)
If you specifiedAAC
forAudio:Codec
, this is theAAC
compression profile to use.
-