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 specifiedAACforAudio:Codec, this is theAACcompression profile to use.AudioCodecOptions.withBitDepth(String bitDepth) You can only choose an audio bit depth when you specifyflacorpcmfor the value of Audio:Codec.AudioCodecOptions.withBitOrder(String bitOrder) You can only choose an audio bit order when you specifypcmfor 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 specifypcmfor the value of Audio:Codec.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type AudioCodecOptionsModifier and TypeMethodDescriptionvoidAudioParameters.setCodecOptions(AudioCodecOptions codecOptions) If you specifiedAACforAudio:Codec, this is theAACcompression profile to use.AudioParameters.withCodecOptions(AudioCodecOptions codecOptions) If you specifiedAACforAudio:Codec, this is theAACcompression profile to use.