Interface Eac3AtmosSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>, SdkBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>, SdkPojo
Enclosing class:
Eac3AtmosSettings

public static interface Eac3AtmosSettings.Builder extends SdkPojo, CopyableBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>
  • Method Details

    • 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:
    • 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:
    • 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

      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:
    • 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:
    • 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:
    • 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:
    • 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.