| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
WavSettings |
WavSettings.clone() |
WavSettings |
AudioCodecSettings.getWavSettings()
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV.
|
WavSettings |
WavSettings.withBitDepth(Integer bitDepth)
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
WavSettings |
WavSettings.withChannels(Integer channels)
Set Channels to specify the number of channels in this output audio track.
|
WavSettings |
WavSettings.withFormat(String format)
The service defaults to using RIFF for WAV outputs.
|
WavSettings |
WavSettings.withFormat(WavFormat format)
The service defaults to using RIFF for WAV outputs.
|
WavSettings |
WavSettings.withSampleRate(Integer sampleRate)
Sample rate in Hz.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setWavSettings(WavSettings wavSettings)
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV.
|
AudioCodecSettings |
AudioCodecSettings.withWavSettings(WavSettings wavSettings)
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV.
|
Copyright © 2019. All rights reserved.