Class DvbSubCaptionSourceOptions.Jsii$Proxy

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

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

    • getOcrLanguage

      public final OcrLanguage getOcrLanguage()
      Description copied from interface: DvbSubCaptionSourceOptions
      (experimental) The OCR language to use when converting this image-based source to text.

      Default: - MediaLive service default

      Specified by:
      getOcrLanguage in interface DvbSubCaptionSourceOptions
    • getPid

      public final Number getPid()
      Description copied from interface: DvbSubCaptionSourceOptions
      (experimental) The PID of the source content.

      Unused for DVB-Sub passthrough.

      Default: - MediaLive service default

      Specified by:
      getPid in interface DvbSubCaptionSourceOptions
    • $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