Interface Eac3AtmosSettings.Builder

    • Method Detail

      • bitrate

        Eac3AtmosSettings.Builder bitrate​(Double bitrate)
        Average bitrate in bits/second. Valid bitrates depend on the coding mode. // * @affectsRightSizing true
        Parameters:
        bitrate - Average bitrate in bits/second. Valid bitrates depend on the coding mode. // * @affectsRightSizing true
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codingMode

        Eac3AtmosSettings.Builder codingMode​(String codingMode)
        Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.
        Parameters:
        codingMode - Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Eac3AtmosCodingMode, Eac3AtmosCodingMode
      • codingMode

        Eac3AtmosSettings.Builder codingMode​(Eac3AtmosCodingMode codingMode)
        Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.
        Parameters:
        codingMode - Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Eac3AtmosCodingMode, Eac3AtmosCodingMode
      • dialnorm

        Eac3AtmosSettings.Builder dialnorm​(Integer dialnorm)
        Sets the dialnorm for the output. Default 23.
        Parameters:
        dialnorm - Sets the dialnorm for the output. Default 23.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • drcLine

        Eac3AtmosSettings.Builder drcLine​(String drcLine)
        Sets the Dolby dynamic range compression profile.
        Parameters:
        drcLine - Sets the Dolby dynamic range compression profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Eac3AtmosDrcLine, Eac3AtmosDrcLine
      • drcRf

        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.
        Parameters:
        drcRf - Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Eac3AtmosDrcRf, Eac3AtmosDrcRf
      • drcRf

        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.
        Parameters:
        drcRf - Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Eac3AtmosDrcRf, Eac3AtmosDrcRf
      • heightTrim

        Eac3AtmosSettings.Builder heightTrim​(Double 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • surroundTrim

        Eac3AtmosSettings.Builder surroundTrim​(Double 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.