Class AncillaryCaptionSourceOptions.Jsii$Proxy

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

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

    • getSourceChannelNumber

      public final Number getSourceChannelNumber()
      Description copied from interface: AncillaryCaptionSourceOptions
      (experimental) The captions channel (1-4) to extract from the ancillary captions.

      Required when converting to another caption format; ignored when passing through as embedded.

      Default: - MediaLive ignores the channel (passthrough)

      Specified by:
      getSourceChannelNumber in interface AncillaryCaptionSourceOptions
    • $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