Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private AudioCodecOptions |
AudioParameters.codecOptions
If you specified
AAC for Audio:Codec , this is
the AAC compression profile to use. |
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(java.lang.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(java.lang.String bitOrder)
You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec. |
AudioCodecOptions |
AudioCodecOptions.withProfile(java.lang.String profile)
You can only choose an audio profile when you specify AAC for the value
of Audio:Codec.
|
AudioCodecOptions |
AudioCodecOptions.withSigned(java.lang.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. |
Modifier and Type | Method and Description |
---|---|
AudioCodecOptions |
AudioCodecOptionsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AudioCodecOptionsJsonMarshaller.marshall(AudioCodecOptions audioCodecOptions,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|