Uses of Interface
software.amazon.awssdk.services.elastictranscoder.model.AudioCodecOptions.Builder
-
Packages that use AudioCodecOptions.Builder Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of AudioCodecOptions.Builder in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return AudioCodecOptions.Builder Modifier and Type Method Description AudioCodecOptions.BuilderAudioCodecOptions.Builder. bitDepth(String bitDepth)You can only choose an audio bit depth when you specifyflacorpcmfor the value of Audio:Codec.AudioCodecOptions.BuilderAudioCodecOptions.Builder. bitOrder(String bitOrder)You can only choose an audio bit order when you specifypcmfor the value of Audio:Codec.static AudioCodecOptions.BuilderAudioCodecOptions. builder()AudioCodecOptions.BuilderAudioCodecOptions.Builder. profile(String profile)You can only choose an audio profile when you specify AAC for the value of Audio:Codec.AudioCodecOptions.BuilderAudioCodecOptions.Builder. signed(String signed)You can only choose whether an audio sample is signed when you specifypcmfor the value of Audio:Codec.AudioCodecOptions.BuilderAudioCodecOptions. toBuilder()Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type AudioCodecOptions.Builder Modifier and Type Method Description static Class<? extends AudioCodecOptions.Builder>AudioCodecOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type AudioCodecOptions.Builder Modifier and Type Method Description default AudioParameters.BuilderAudioParameters.Builder. codecOptions(Consumer<AudioCodecOptions.Builder> codecOptions)If you specifiedAACforAudio:Codec, this is theAACcompression profile to use.
-