| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Ac3Settings |
Ac3Settings.clone() |
Ac3Settings |
AudioCodecSettings.getAc3Settings()
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3.
|
Ac3Settings |
Ac3Settings.withBitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
Ac3Settings |
Ac3Settings.withBitstreamMode(Ac3BitstreamMode bitstreamMode)
Specify the bitstream mode for the AC-3 stream that the encoder emits.
|
Ac3Settings |
Ac3Settings.withBitstreamMode(String bitstreamMode)
Specify the bitstream mode for the AC-3 stream that the encoder emits.
|
Ac3Settings |
Ac3Settings.withCodingMode(Ac3CodingMode codingMode)
Dolby Digital coding mode.
|
Ac3Settings |
Ac3Settings.withCodingMode(String codingMode)
Dolby Digital coding mode.
|
Ac3Settings |
Ac3Settings.withDialnorm(Integer dialnorm)
Sets the dialnorm for the output.
|
Ac3Settings |
Ac3Settings.withDynamicRangeCompressionLine(Ac3DynamicRangeCompressionLine dynamicRangeCompressionLine)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in
the Dolby Digital stream for the line operating mode.
|
Ac3Settings |
Ac3Settings.withDynamicRangeCompressionLine(String dynamicRangeCompressionLine)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in
the Dolby Digital stream for the line operating mode.
|
Ac3Settings |
Ac3Settings.withDynamicRangeCompressionProfile(Ac3DynamicRangeCompressionProfile dynamicRangeCompressionProfile)
When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you
use the mode-specific settings instead of Dynamic range compression profile (DynamicRangeCompressionProfile).
|
Ac3Settings |
Ac3Settings.withDynamicRangeCompressionProfile(String dynamicRangeCompressionProfile)
When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you
use the mode-specific settings instead of Dynamic range compression profile (DynamicRangeCompressionProfile).
|
Ac3Settings |
Ac3Settings.withDynamicRangeCompressionRf(Ac3DynamicRangeCompressionRf dynamicRangeCompressionRf)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in
the Dolby Digital stream for the RF operating mode.
|
Ac3Settings |
Ac3Settings.withDynamicRangeCompressionRf(String dynamicRangeCompressionRf)
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in
the Dolby Digital stream for the RF operating mode.
|
Ac3Settings |
Ac3Settings.withLfeFilter(Ac3LfeFilter lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings |
Ac3Settings.withLfeFilter(String lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings |
Ac3Settings.withMetadataControl(Ac3MetadataControl metadataControl)
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this
audio data.
|
Ac3Settings |
Ac3Settings.withMetadataControl(String metadataControl)
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this
audio data.
|
Ac3Settings |
Ac3Settings.withSampleRate(Integer sampleRate)
This value is always 48000.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setAc3Settings(Ac3Settings ac3Settings)
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3.
|
AudioCodecSettings |
AudioCodecSettings.withAc3Settings(Ac3Settings ac3Settings)
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3.
|
Copyright © 2022. All rights reserved.