| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.bitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.bitstreamMode(Eac3AtmosBitstreamMode bitstreamMode)
Specify the bitstream mode for the E-AC-3 stream that the encoder emits.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.bitstreamMode(String bitstreamMode)
Specify the bitstream mode for the E-AC-3 stream that the encoder emits.
|
static Eac3AtmosSettings.Builder |
Eac3AtmosSettings.builder() |
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.codingMode(Eac3AtmosCodingMode codingMode)
The coding mode for Dolby Digital Plus JOC (Atmos) is always 9.1.6 (CODING_MODE_9_1_6).
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.codingMode(String codingMode)
The coding mode for Dolby Digital Plus JOC (Atmos) is always 9.1.6 (CODING_MODE_9_1_6).
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.dialogueIntelligence(Eac3AtmosDialogueIntelligence dialogueIntelligence)
Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.dialogueIntelligence(String dialogueIntelligence)
Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.dynamicRangeCompressionLine(Eac3AtmosDynamicRangeCompressionLine dynamicRangeCompressionLine)
Specify the absolute peak level for a signal with dynamic range compression.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.dynamicRangeCompressionLine(String dynamicRangeCompressionLine)
Specify the absolute peak level for a signal with dynamic range compression.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.dynamicRangeCompressionRf(Eac3AtmosDynamicRangeCompressionRf dynamicRangeCompressionRf)
Specify how the service limits the audio dynamic range when compressing the audio.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.dynamicRangeCompressionRf(String dynamicRangeCompressionRf)
Specify how the service limits the audio dynamic range when compressing the audio.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.loRoCenterMixLevel(Double loRoCenterMixLevel)
Specify a value for the following Dolby Atmos setting: Left only/Right only center mix (Lo/Ro center).
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.loRoSurroundMixLevel(Double loRoSurroundMixLevel)
Specify a value for the following Dolby Atmos setting: Left only/Right only (Lo/Ro surround).
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.ltRtCenterMixLevel(Double ltRtCenterMixLevel)
Specify a value for the following Dolby Atmos setting: Left total/Right total center mix (Lt/Rt center).
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.ltRtSurroundMixLevel(Double ltRtSurroundMixLevel)
Specify a value for the following Dolby Atmos setting: Left total/Right total surround mix (Lt/Rt surround).
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.meteringMode(Eac3AtmosMeteringMode meteringMode)
Choose how the service meters the loudness of your audio.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.meteringMode(String meteringMode)
Choose how the service meters the loudness of your audio.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.sampleRate(Integer sampleRate)
This value is always 48000.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.speechThreshold(Integer speechThreshold)
Specify the percentage of audio content that must be speech before the encoder uses the measured speech
loudness as the overall program loudness.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.stereoDownmix(Eac3AtmosStereoDownmix stereoDownmix)
Choose how the service does stereo downmixing.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.stereoDownmix(String stereoDownmix)
Choose how the service does stereo downmixing.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.surroundExMode(Eac3AtmosSurroundExMode surroundExMode)
Specify whether your input audio has an additional center rear surround channel matrix encoded into your left
and right surround channels.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.Builder.surroundExMode(String surroundExMode)
Specify whether your input audio has an additional center rear surround channel matrix encoded into your left
and right surround channels.
|
Eac3AtmosSettings.Builder |
Eac3AtmosSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Eac3AtmosSettings.Builder> |
Eac3AtmosSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AudioCodecSettings.Builder |
AudioCodecSettings.Builder.eac3AtmosSettings(Consumer<Eac3AtmosSettings.Builder> eac3AtmosSettings)
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value EAC3_ATMOS.
|
Copyright © 2021. All rights reserved.