Class Mp2SettingsProps.Jsii$Proxy

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

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

    • getBitrate

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

      Default: - service default

      Specified by:
      getBitrate in interface Mp2SettingsProps
    • getCodingMode

      public final Mp2CodingMode getCodingMode()
      Description copied from interface: Mp2SettingsProps
      (experimental) The MPEG2 Audio coding mode.

      Default: Mp2CodingMode.CODING_MODE_2_0

      Specified by:
      getCodingMode in interface Mp2SettingsProps
    • getSampleRate

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

      Default: AudioSampleRate.HZ_48000

      Specified by:
      getSampleRate in interface Mp2SettingsProps
    • $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