Class AudioChannelMapping.Jsii$Proxy

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

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

    • getInputChannelLevels

      public final List<InputChannelLevel> getInputChannelLevels()
      Description copied from interface: AudioChannelMapping
      (experimental) The input channels and their gain levels to mix into this output channel.
      Specified by:
      getInputChannelLevels in interface AudioChannelMapping
    • getOutputChannel

      public final Number getOutputChannel()
      Description copied from interface: AudioChannelMapping
      (experimental) The index of the output channel being produced.
      Specified by:
      getOutputChannel in interface AudioChannelMapping
    • $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