public static interface Ac3Settings.Builder extends CopyableBuilder<Ac3Settings.Builder,Ac3Settings>
| Modifier and Type | Method and Description |
|---|---|
Ac3Settings.Builder |
bitrate(Double bitrate)
Average bitrate in bits/second.
|
Ac3Settings.Builder |
bitstreamMode(Ac3BitstreamMode bitstreamMode)
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
|
Ac3Settings.Builder |
bitstreamMode(String bitstreamMode)
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
|
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 |
drcProfile(Ac3DrcProfile drcProfile)
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the
Dolby Digital specification.
|
Ac3Settings.Builder |
drcProfile(String drcProfile)
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the
Dolby Digital specification.
|
Ac3Settings.Builder |
lfeFilter(Ac3LfeFilter lfeFilter)
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings.Builder |
lfeFilter(String lfeFilter)
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings.Builder |
metadataControl(Ac3MetadataControl metadataControl)
When set to "followInput", 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 "followInput", encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied
this audio data.
|
copyapply, buildAc3Settings.Builder bitrate(Double bitrate)
bitrate - Average bitrate in bits/second. Valid bitrates depend on the coding mode.Ac3Settings.Builder bitstreamMode(String bitstreamMode)
bitstreamMode - Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC A/52-2012 for background on
these values.Ac3BitstreamMode,
Ac3BitstreamModeAc3Settings.Builder bitstreamMode(Ac3BitstreamMode bitstreamMode)
bitstreamMode - Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC A/52-2012 for background on
these values.Ac3BitstreamMode,
Ac3BitstreamModeAc3Settings.Builder codingMode(String codingMode)
codingMode - Dolby Digital coding mode. Determines number of channels.Ac3CodingMode,
Ac3CodingModeAc3Settings.Builder codingMode(Ac3CodingMode codingMode)
codingMode - Dolby Digital coding mode. Determines number of channels.Ac3CodingMode,
Ac3CodingModeAc3Settings.Builder dialnorm(Integer dialnorm)
dialnorm - Sets the dialnorm for the output. If excluded and input audio is Dolby Digital, dialnorm will be
passed through.Ac3Settings.Builder drcProfile(String drcProfile)
drcProfile - If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in
the Dolby Digital specification.Ac3DrcProfile,
Ac3DrcProfileAc3Settings.Builder drcProfile(Ac3DrcProfile drcProfile)
drcProfile - If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in
the Dolby Digital specification.Ac3DrcProfile,
Ac3DrcProfileAc3Settings.Builder lfeFilter(String lfeFilter)
lfeFilter - When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid
in codingMode32Lfe mode.Ac3LfeFilter,
Ac3LfeFilterAc3Settings.Builder lfeFilter(Ac3LfeFilter lfeFilter)
lfeFilter - When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid
in codingMode32Lfe mode.Ac3LfeFilter,
Ac3LfeFilterAc3Settings.Builder metadataControl(String metadataControl)
metadataControl - When set to "followInput", 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,
Ac3MetadataControlAc3Settings.Builder metadataControl(Ac3MetadataControl metadataControl)
metadataControl - When set to "followInput", 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,
Ac3MetadataControlCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.