| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
WavSettings |
WavSettings.clone() |
WavSettings |
AudioCodecSettings.getWavSettings() |
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) |
WavSettings |
WavSettings.withFormat(WavFormat format) |
WavSettings |
WavSettings.withSampleRate(Integer sampleRate)
Sample rate in Hz.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setWavSettings(WavSettings wavSettings) |
AudioCodecSettings |
AudioCodecSettings.withWavSettings(WavSettings wavSettings) |
Copyright © 2019. All rights reserved.