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)
If you specified
AAC for Audio:Codec , choose
the AAC profile for the output file. |
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.