Class MediaStreamSourceConfigurationCdi.Jsii$Proxy

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

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

    • getEncoding

      public final Encoding getEncoding()
      Description copied from interface: MediaStreamSourceConfigurationCdi
      (experimental) The format that was used to encode the data.

      For ancillary data streams, set the encoding name to smpte291. If the encoding name is smpte291, set the color space to one of the following: BT601, BT709, BT2020, or BT2100. For all other ancillary data streams, set the color space to SDR-NOCOLOR.

      Specified by:
      getEncoding in interface MediaStreamSourceConfigurationCdi
    • getMediaStream

      public final MediaStream getMediaStream()
      Description copied from interface: MediaStreamSourceConfigurationCdi
      (experimental) The name of the media stream.
      Specified by:
      getMediaStream in interface MediaStreamSourceConfigurationCdi
    • $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