Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private AudioParameters |
Preset.audio
A section of the response body that provides information about the audio
preset values.
|
private AudioParameters |
CreatePresetRequest.audio
A section of the request body that specifies the audio parameters.
|
Modifier and Type | Method and Description |
---|---|
AudioParameters |
AudioParameters.clone() |
AudioParameters |
Preset.getAudio()
A section of the response body that provides information about the audio
preset values.
|
AudioParameters |
CreatePresetRequest.getAudio()
A section of the request body that specifies the audio parameters.
|
AudioParameters |
AudioParameters.withAudioPackingMode(java.lang.String audioPackingMode)
The method of organizing audio channels and tracks.
|
AudioParameters |
AudioParameters.withBitRate(java.lang.String bitRate)
The bit rate of the audio stream in the output file, in kilobits/second.
|
AudioParameters |
AudioParameters.withChannels(java.lang.String channels)
The number of audio channels in the output file.
|
AudioParameters |
AudioParameters.withCodec(java.lang.String codec)
The audio codec for the output file.
|
AudioParameters |
AudioParameters.withCodecOptions(AudioCodecOptions codecOptions)
If you specified
AAC for Audio:Codec , this is
the AAC compression profile to use. |
AudioParameters |
AudioParameters.withSampleRate(java.lang.String sampleRate)
The sample rate of the audio stream in the output file, in Hertz.
|
Modifier and Type | Method and Description |
---|---|
void |
Preset.setAudio(AudioParameters audio)
A section of the response body that provides information about the audio
preset values.
|
void |
CreatePresetRequest.setAudio(AudioParameters audio)
A section of the request body that specifies the audio parameters.
|
Preset |
Preset.withAudio(AudioParameters audio)
A section of the response body that provides information about the audio
preset values.
|
CreatePresetRequest |
CreatePresetRequest.withAudio(AudioParameters audio)
A section of the request body that specifies the audio parameters.
|
Modifier and Type | Method and Description |
---|---|
AudioParameters |
AudioParametersJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AudioParametersJsonMarshaller.marshall(AudioParameters audioParameters,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|