| Package | Description | 
|---|---|
| com.amazonaws.services.elastictranscoder.model | 
| Modifier and Type | Method and Description | 
|---|---|
AudioCodecOptions | 
AudioCodecOptions.clone()  | 
AudioCodecOptions | 
AudioParameters.getCodecOptions()
 If you specified  
AAC for Audio:Codec, this is the AAC compression profile
 to use. | 
AudioCodecOptions | 
AudioCodecOptions.withBitDepth(String bitDepth)
 You can only choose an audio bit depth when you specify  
flac or pcm for the value of
 Audio:Codec. | 
AudioCodecOptions | 
AudioCodecOptions.withBitOrder(String bitOrder)
 You can only choose an audio bit order when you specify  
pcm 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 specify  
pcm for the value of
 Audio:Codec. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AudioParameters.setCodecOptions(AudioCodecOptions codecOptions)
 If you specified  
AAC for Audio:Codec, this is the AAC compression profile
 to use. | 
AudioParameters | 
AudioParameters.withCodecOptions(AudioCodecOptions codecOptions)
 If you specified  
AAC for Audio:Codec, this is the AAC compression profile
 to use. | 
Copyright © 2023. All rights reserved.