Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Classes modeling the various types represented by AmazonElasticTranscoder.
|
Modifier and Type | Method and Description |
---|---|
AudioCodecOptions |
AudioParameters.getCodecOptions()
If you specified
AAC for Audio:Codec , this
is the AAC compression profile to use. |
AudioCodecOptions |
AudioCodecOptions.withProfile(String profile)
You can only choose an audio profile when you specify AAC 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 © 2014. All rights reserved.