| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
FlacSettings |
FlacSettings.clone() |
FlacSettings |
AudioCodecSettings.getFlacSettings()
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.
|
FlacSettings |
FlacSettings.withBitDepth(Integer bitDepth)
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
FlacSettings |
FlacSettings.withChannels(Integer channels)
Specify the number of channels in this output audio track.
|
FlacSettings |
FlacSettings.withSampleRate(Integer sampleRate)
Sample rate in hz.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setFlacSettings(FlacSettings flacSettings)
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.
|
AudioCodecSettings |
AudioCodecSettings.withFlacSettings(FlacSettings flacSettings)
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.
|
Copyright © 2023. All rights reserved.