| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Ac3Settings.Builder |
Ac3Settings.Builder.bitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
Ac3Settings.Builder |
Ac3Settings.Builder.bitstreamMode(Ac3BitstreamMode bitstreamMode)
Specify the bitstream mode for the AC-3 stream that the encoder emits.
|
Ac3Settings.Builder |
Ac3Settings.Builder.bitstreamMode(String bitstreamMode)
Specify the bitstream mode for the AC-3 stream that the encoder emits.
|
static Ac3Settings.Builder |
Ac3Settings.builder() |
Ac3Settings.Builder |
Ac3Settings.Builder.codingMode(Ac3CodingMode codingMode)
Dolby Digital coding mode.
|
Ac3Settings.Builder |
Ac3Settings.Builder.codingMode(String codingMode)
Dolby Digital coding mode.
|
Ac3Settings.Builder |
Ac3Settings.Builder.dialnorm(Integer dialnorm)
Sets the dialnorm for the output.
|
Ac3Settings.Builder |
Ac3Settings.Builder.dynamicRangeCompressionLine(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.Builder |
Ac3Settings.Builder.dynamicRangeCompressionLine(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.Builder |
Ac3Settings.Builder.dynamicRangeCompressionProfile(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.
|
Ac3Settings.Builder |
Ac3Settings.Builder.dynamicRangeCompressionProfile(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.
|
Ac3Settings.Builder |
Ac3Settings.Builder.dynamicRangeCompressionRf(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.Builder |
Ac3Settings.Builder.dynamicRangeCompressionRf(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.Builder |
Ac3Settings.Builder.lfeFilter(Ac3LfeFilter lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings.Builder |
Ac3Settings.Builder.lfeFilter(String lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings.Builder |
Ac3Settings.Builder.metadataControl(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.Builder |
Ac3Settings.Builder.metadataControl(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.Builder |
Ac3Settings.Builder.sampleRate(Integer sampleRate)
This value is always 48000.
|
Ac3Settings.Builder |
Ac3Settings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Ac3Settings.Builder> |
Ac3Settings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AudioCodecSettings.Builder |
AudioCodecSettings.Builder.ac3Settings(Consumer<Ac3Settings.Builder> ac3Settings)
Required when you set Codec to the value AC3.
|
Copyright © 2023. All rights reserved.