Class AacSettingsProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class AacSettingsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AacSettingsProps
An implementation for AacSettingsProps
  • 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(AacSettingsProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AacSettingsProps.Builder.
  • Method Details

    • getBitrate

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

      Default: Bitrate.kbps(192)

      Specified by:
      getBitrate in interface AacSettingsProps
    • getCodingMode

      public final AacCodingMode getCodingMode()
      Description copied from interface: AacSettingsProps
      (experimental) The coding mode (mono, stereo, 5.1).

      Default: AacCodingMode.CODING_MODE_2_0

      Specified by:
      getCodingMode in interface AacSettingsProps
    • getInputType

      public final AacInputType getInputType()
      Description copied from interface: AacSettingsProps
      (experimental) Set to broadcasterMixedAd when the input contains pre-mixed main audio + AD (narration) as a stereo pair.

      Default: AacInputType.NORMAL

      Specified by:
      getInputType in interface AacSettingsProps
    • getProfile

      public final AacProfile getProfile()
      Description copied from interface: AacSettingsProps
      (experimental) The AAC profile.

      Default: AacProfile.LC

      Specified by:
      getProfile in interface AacSettingsProps
    • getRateControlMode

      public final AacRateControlMode getRateControlMode()
      Description copied from interface: AacSettingsProps
      (experimental) The rate control mode.

      Default: AacRateControlMode.CBR

      Specified by:
      getRateControlMode in interface AacSettingsProps
    • getRawFormat

      public final AacRawFormat getRawFormat()
      Description copied from interface: AacSettingsProps
      (experimental) Sets the LATM/LOAS AAC output for raw containers.

      Default: AacRawFormat.NONE

      Specified by:
      getRawFormat in interface AacSettingsProps
    • getSampleRate

      public final AudioSampleRate getSampleRate()
      Description copied from interface: AacSettingsProps
      (experimental) The sample rate.

      Default: AudioSampleRate.HZ_48000

      Specified by:
      getSampleRate in interface AacSettingsProps
    • getSpec

      public final AacSpec getSpec()
      Description copied from interface: AacSettingsProps
      (experimental) The AAC specification (MPEG-4 or MPEG-2) used to encode the audio.

      Set to AacSpec.MPEG2 to emit MPEG-2 AAC instead of MPEG-4 AAC for raw or MPEG-2 Transport Stream containers.

      Default: AacSpec.MPEG4

      Specified by:
      getSpec in interface AacSettingsProps
    • getVbrQuality

      public final AacVbrQuality getVbrQuality()
      Description copied from interface: AacSettingsProps
      (experimental) The VBR quality level.

      Used only if rateControlMode is VBR.

      Default: - service default

      Specified by:
      getVbrQuality in interface AacSettingsProps
    • $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