Class TeletextCaptionSourceOptions.Jsii$Proxy

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

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

    • getOutputRectangle

      public final CaptionRectangle getOutputRectangle()
      Description copied from interface: TeletextCaptionSourceOptions
      (experimental) The caption rectangle to use when converting this source to EBU-TT-D or TTML.

      Default: - no rectangle (service default)

      Specified by:
      getOutputRectangle in interface TeletextCaptionSourceOptions
    • getPageNumber

      public final String getPageNumber()
      Description copied from interface: TeletextCaptionSourceOptions
      (experimental) The Teletext page number to extract captions from, as a hexadecimal string with no 0x prefix (range 1008FF).

      Unused for passthrough.

      Default: - MediaLive service default

      Specified by:
      getPageNumber in interface TeletextCaptionSourceOptions
    • $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