public static interface Ac3Settings.Builder extends SdkPojo, CopyableBuilder<Ac3Settings.Builder,Ac3Settings>
Modifier and Type | Method and Description |
---|---|
Ac3Settings.Builder |
bitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
Ac3Settings.Builder |
bitstreamMode(Ac3BitstreamMode bitstreamMode)
Specify the bitstream mode for the AC-3 stream that the encoder emits.
|
Ac3Settings.Builder |
bitstreamMode(String bitstreamMode)
Specify the bitstream mode for the AC-3 stream that the encoder emits.
|
Ac3Settings.Builder |
codingMode(Ac3CodingMode codingMode)
Dolby Digital coding mode.
|
Ac3Settings.Builder |
codingMode(String codingMode)
Dolby Digital coding mode.
|
Ac3Settings.Builder |
dialnorm(Integer dialnorm)
Sets the dialnorm for the output.
|
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 |
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 |
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
(DynamicRangeCompressionProfile).
|
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
(DynamicRangeCompressionProfile).
|
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 |
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 |
lfeFilter(Ac3LfeFilter lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings.Builder |
lfeFilter(String lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
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 |
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 |
sampleRate(Integer sampleRate)
This value is always 48000.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Ac3Settings.Builder bitrate(Integer bitrate)
bitrate
- Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.Ac3Settings.Builder bitstreamMode(String bitstreamMode)
bitstreamMode
- Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the
AC3 bitstream mode, see ATSC A/52-2012 (Annex E).Ac3BitstreamMode
,
Ac3BitstreamMode
Ac3Settings.Builder bitstreamMode(Ac3BitstreamMode bitstreamMode)
bitstreamMode
- Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the
AC3 bitstream mode, see ATSC A/52-2012 (Annex E).Ac3BitstreamMode
,
Ac3BitstreamMode
Ac3Settings.Builder codingMode(String codingMode)
codingMode
- Dolby Digital coding mode. Determines number of channels.Ac3CodingMode
,
Ac3CodingMode
Ac3Settings.Builder codingMode(Ac3CodingMode codingMode)
codingMode
- Dolby Digital coding mode. Determines number of channels.Ac3CodingMode
,
Ac3CodingMode
Ac3Settings.Builder dialnorm(Integer dialnorm)
dialnorm
- Sets the dialnorm for the output. If blank and input audio is Dolby Digital, dialnorm will be passed
through.Ac3Settings.Builder dynamicRangeCompressionLine(String dynamicRangeCompressionLine)
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. Related setting: When you use this
setting, MediaConvert ignores any value you provide for Dynamic range compression profile
(DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and
profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at
https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.Ac3DynamicRangeCompressionLine
,
Ac3DynamicRangeCompressionLine
Ac3Settings.Builder dynamicRangeCompressionLine(Ac3DynamicRangeCompressionLine dynamicRangeCompressionLine)
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. Related setting: When you use this
setting, MediaConvert ignores any value you provide for Dynamic range compression profile
(DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and
profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at
https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.Ac3DynamicRangeCompressionLine
,
Ac3DynamicRangeCompressionLine
Ac3Settings.Builder dynamicRangeCompressionProfile(String dynamicRangeCompressionProfile)
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). The mode-specific settings are Dynamic range compression profile,
line mode (dynamicRangeCompressionLine) and Dynamic range compression profile, RF mode
(dynamicRangeCompressionRf). Note that when you specify values for all three settings, MediaConvert
ignores the value of this setting in favor of the mode-specific settings. If you do use this setting
instead of the mode-specific settings, choose None (NONE) to leave out DRC signaling. Keep the default
Film standard (FILM_STANDARD) to set the profile to Dolby's film standard profile for all operating
modes.Ac3DynamicRangeCompressionProfile
,
Ac3DynamicRangeCompressionProfile
Ac3Settings.Builder dynamicRangeCompressionProfile(Ac3DynamicRangeCompressionProfile dynamicRangeCompressionProfile)
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). The mode-specific settings are Dynamic range compression profile,
line mode (dynamicRangeCompressionLine) and Dynamic range compression profile, RF mode
(dynamicRangeCompressionRf). Note that when you specify values for all three settings, MediaConvert
ignores the value of this setting in favor of the mode-specific settings. If you do use this setting
instead of the mode-specific settings, choose None (NONE) to leave out DRC signaling. Keep the default
Film standard (FILM_STANDARD) to set the profile to Dolby's film standard profile for all operating
modes.Ac3DynamicRangeCompressionProfile
,
Ac3DynamicRangeCompressionProfile
Ac3Settings.Builder dynamicRangeCompressionRf(String dynamicRangeCompressionRf)
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. Related setting: When you use this
setting, MediaConvert ignores any value you provide for Dynamic range compression profile
(DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and
profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at
https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.Ac3DynamicRangeCompressionRf
,
Ac3DynamicRangeCompressionRf
Ac3Settings.Builder dynamicRangeCompressionRf(Ac3DynamicRangeCompressionRf dynamicRangeCompressionRf)
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. Related setting: When you use this
setting, MediaConvert ignores any value you provide for Dynamic range compression profile
(DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and
profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at
https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.Ac3DynamicRangeCompressionRf
,
Ac3DynamicRangeCompressionRf
Ac3Settings.Builder lfeFilter(String lfeFilter)
lfeFilter
- Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding
mode.Ac3LfeFilter
,
Ac3LfeFilter
Ac3Settings.Builder lfeFilter(Ac3LfeFilter lfeFilter)
lfeFilter
- Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding
mode.Ac3LfeFilter
,
Ac3LfeFilter
Ac3Settings.Builder metadataControl(String metadataControl)
metadataControl
- When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that
supplied this audio data. If audio was not supplied from one of these streams, then the static
metadata settings will be used.Ac3MetadataControl
,
Ac3MetadataControl
Ac3Settings.Builder metadataControl(Ac3MetadataControl metadataControl)
metadataControl
- When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that
supplied this audio data. If audio was not supplied from one of these streams, then the static
metadata settings will be used.Ac3MetadataControl
,
Ac3MetadataControl
Ac3Settings.Builder sampleRate(Integer sampleRate)
sampleRate
- This value is always 48000. It represents the sample rate in Hz.Copyright © 2021. All rights reserved.