Class Ac3SettingsProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.Ac3SettingsProps.Jsii$Proxy
All Implemented Interfaces:
Ac3SettingsProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
Ac3SettingsProps

@Stability(Experimental) @Internal public static final class Ac3SettingsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Ac3SettingsProps
An implementation for Ac3SettingsProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(Ac3SettingsProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Ac3SettingsProps.Builder.
  • Method Details

    • getAttenuationControl

      public final Ac3AttenuationControl getAttenuationControl()
      Description copied from interface: Ac3SettingsProps
      (experimental) Applies a 3 dB attenuation to the surround channels.

      Used only for the 3/2 coding mode.

      Default: - service default

      Specified by:
      getAttenuationControl in interface Ac3SettingsProps
    • getBitrate

      public final Bitrate getBitrate()
      Description copied from interface: Ac3SettingsProps
      (experimental) The average bitrate.

      Default: - service default

      Specified by:
      getBitrate in interface Ac3SettingsProps
    • getBitstreamMode

      public final Ac3BitstreamMode getBitstreamMode()
      Description copied from interface: Ac3SettingsProps
      (experimental) Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.

      Default: Ac3BitstreamMode.COMPLETE_MAIN

      Specified by:
      getBitstreamMode in interface Ac3SettingsProps
    • getCodingMode

      public final Ac3CodingMode getCodingMode()
      Description copied from interface: Ac3SettingsProps
      (experimental) The Dolby Digital coding mode.

      Default: Ac3CodingMode.CODING_MODE_2_0

      Specified by:
      getCodingMode in interface Ac3SettingsProps
    • getDialNorm

      public final Number getDialNorm()
      Description copied from interface: Ac3SettingsProps
      (experimental) The dialogue normalization level (1–31).

      Default: - service default

      Specified by:
      getDialNorm in interface Ac3SettingsProps
    • getDrcProfile

      public final Ac3DrcProfile getDrcProfile()
      Description copied from interface: Ac3SettingsProps
      (experimental) If set to filmStandard, adds dynamic range compression signaling to the output bitstream.

      Default: - service default

      Specified by:
      getDrcProfile in interface Ac3SettingsProps
    • getLfeFilter

      public final Ac3LfeFilter getLfeFilter()
      Description copied from interface: Ac3SettingsProps
      (experimental) When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.

      Valid only in codingMode32Lfe mode.

      Default: Ac3LfeFilter.DISABLED

      Specified by:
      getLfeFilter in interface Ac3SettingsProps
    • getMetadataControl

      public final Ac3MetadataControl getMetadataControl()
      Description copied from interface: Ac3SettingsProps
      (experimental) When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data.

      Default: - service default

      Specified by:
      getMetadataControl in interface Ac3SettingsProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object