public static interface Eac3AtmosSettings.Builder extends SdkPojo, CopyableBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>
| Modifier and Type | Method and Description |
|---|---|
Eac3AtmosSettings.Builder |
bitrate(Double bitrate)
Average bitrate in bits/second.
|
Eac3AtmosSettings.Builder |
codingMode(Eac3AtmosCodingMode codingMode)
Dolby Digital Plus with Dolby Atmos coding mode.
|
Eac3AtmosSettings.Builder |
codingMode(String codingMode)
Dolby Digital Plus with Dolby Atmos coding mode.
|
Eac3AtmosSettings.Builder |
dialnorm(Integer dialnorm)
Sets the dialnorm for the output.
|
Eac3AtmosSettings.Builder |
drcLine(Eac3AtmosDrcLine drcLine)
Sets the Dolby dynamic range compression profile.
|
Eac3AtmosSettings.Builder |
drcLine(String drcLine)
Sets the Dolby dynamic range compression profile.
|
Eac3AtmosSettings.Builder |
drcRf(Eac3AtmosDrcRf drcRf)
Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do
not exceed specified levels.
|
Eac3AtmosSettings.Builder |
drcRf(String drcRf)
Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do
not exceed specified levels.
|
Eac3AtmosSettings.Builder |
heightTrim(Double heightTrim)
Height dimensional trim.
|
Eac3AtmosSettings.Builder |
surroundTrim(Double surroundTrim)
Surround dimensional trim.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEac3AtmosSettings.Builder bitrate(Double bitrate)
bitrate - Average bitrate in bits/second. Valid bitrates depend on the coding mode. // * @affectsRightSizing
trueEac3AtmosSettings.Builder codingMode(String codingMode)
codingMode - Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.Eac3AtmosCodingMode,
Eac3AtmosCodingModeEac3AtmosSettings.Builder codingMode(Eac3AtmosCodingMode codingMode)
codingMode - Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.Eac3AtmosCodingMode,
Eac3AtmosCodingModeEac3AtmosSettings.Builder dialnorm(Integer dialnorm)
dialnorm - Sets the dialnorm for the output. Default 23.Eac3AtmosSettings.Builder drcLine(String drcLine)
drcLine - Sets the Dolby dynamic range compression profile.Eac3AtmosDrcLine,
Eac3AtmosDrcLineEac3AtmosSettings.Builder drcLine(Eac3AtmosDrcLine drcLine)
drcLine - Sets the Dolby dynamic range compression profile.Eac3AtmosDrcLine,
Eac3AtmosDrcLineEac3AtmosSettings.Builder drcRf(String drcRf)
drcRf - Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal
peaks do not exceed specified levels.Eac3AtmosDrcRf,
Eac3AtmosDrcRfEac3AtmosSettings.Builder drcRf(Eac3AtmosDrcRf drcRf)
drcRf - Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal
peaks do not exceed specified levels.Eac3AtmosDrcRf,
Eac3AtmosDrcRfEac3AtmosSettings.Builder heightTrim(Double heightTrim)
heightTrim - Height dimensional trim. Sets the maximum amount to attenuate the height channels when the downstream
player isn??t configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.Eac3AtmosSettings.Builder surroundTrim(Double surroundTrim)
surroundTrim - Surround dimensional trim. Sets the maximum amount to attenuate the surround channels when the
downstream player isn't configured to handle Dolby Digital Plus with Dolby Atmos and must remix the
channels.Copyright © 2022. All rights reserved.