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