public static interface Ac3Settings.Builder extends SdkPojo, CopyableBuilder<Ac3Settings.Builder,Ac3Settings>
Modifier and Type | Method and Description |
---|---|
Ac3Settings.Builder |
bitrate(Integer 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 |
dynamicRangeCompressionProfile(Ac3DynamicRangeCompressionProfile dynamicRangeCompressionProfile)
If set to FILM_STANDARD, adds dynamic range compression signaling to the output bitstream as defined in the
Dolby Digital specification.
|
Ac3Settings.Builder |
dynamicRangeCompressionProfile(String dynamicRangeCompressionProfile)
If set to FILM_STANDARD, adds dynamic range compression signaling to the output bitstream as defined in the
Dolby Digital specification.
|
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)
Sample rate in hz.
|
copy
applyMutation, build
Ac3Settings.Builder bitrate(Integer 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
,
Ac3BitstreamMode
Ac3Settings.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
,
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 dynamicRangeCompressionProfile(String dynamicRangeCompressionProfile)
dynamicRangeCompressionProfile
- If set to FILM_STANDARD, adds dynamic range compression signaling to the output bitstream as defined
in the Dolby Digital specification.Ac3DynamicRangeCompressionProfile
,
Ac3DynamicRangeCompressionProfile
Ac3Settings.Builder dynamicRangeCompressionProfile(Ac3DynamicRangeCompressionProfile dynamicRangeCompressionProfile)
dynamicRangeCompressionProfile
- If set to FILM_STANDARD, adds dynamic range compression signaling to the output bitstream as defined
in the Dolby Digital specification.Ac3DynamicRangeCompressionProfile
,
Ac3DynamicRangeCompressionProfile
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
- Sample rate in hz. Sample rate is always 48000.Copyright © 2019. All rights reserved.