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 AudioCodecOptionsAudioCodecOptions. clone()AudioCodecOptionsAudioParameters. getCodecOptions()If you specifiedAACforAudio:Codec, this is theAACcompression profile to use.AudioCodecOptionsAudioCodecOptions. withBitDepth(String bitDepth)You can only choose an audio bit depth when you specifyflacorpcmfor the value of Audio:Codec.AudioCodecOptionsAudioCodecOptions. withBitOrder(String bitOrder)You can only choose an audio bit order when you specifypcmfor the value of Audio:Codec.AudioCodecOptionsAudioCodecOptions. withProfile(String profile)You can only choose an audio profile when you specify AAC for the value of Audio:Codec.AudioCodecOptionsAudioCodecOptions. withSigned(String signed)You can only choose whether an audio sample is signed when you specifypcmfor the value of Audio:Codec.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type AudioCodecOptions Modifier and Type Method Description voidAudioParameters. setCodecOptions(AudioCodecOptions codecOptions)If you specifiedAACforAudio:Codec, this is theAACcompression profile to use.AudioParametersAudioParameters. withCodecOptions(AudioCodecOptions codecOptions)If you specifiedAACforAudio:Codec, this is theAACcompression profile to use.
-