Class FecOutputSettings.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class FecOutputSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FecOutputSettings
An implementation for FecOutputSettings
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.FecOutputSettings

    FecOutputSettings.Builder, FecOutputSettings.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the FecOutputSettings.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Number
    (experimental) Parameter D from SMPTE 2022-1 — the height of the FEC protection matrix (number of transport stream packets per column error-correction packet).
    final FecMode
    (experimental) Whether to enable column-only or column-and-row FEC.
    final Number
    (experimental) Parameter L from SMPTE 2022-1 — the width of the FEC protection matrix.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(FecOutputSettings.Builder builder)
      Constructor that initializes the object based on literal property values passed by the FecOutputSettings.Builder.
  • Method Details

    • getColumnDepth

      public final Number getColumnDepth()
      Description copied from interface: FecOutputSettings
      (experimental) Parameter D from SMPTE 2022-1 — the height of the FEC protection matrix (number of transport stream packets per column error-correction packet).

      Must be 4..20.

      Default: - service default

      Specified by:
      getColumnDepth in interface FecOutputSettings
    • getMode

      public final FecMode getMode()
      Description copied from interface: FecOutputSettings
      (experimental) Whether to enable column-only or column-and-row FEC.

      Default: - service default

      Specified by:
      getMode in interface FecOutputSettings
    • getRowLength

      public final Number getRowLength()
      Description copied from interface: FecOutputSettings
      (experimental) Parameter L from SMPTE 2022-1 — the width of the FEC protection matrix.

      Must be 1..20 for column-only FEC, or 4..20 for column-and-row FEC.

      Default: - service default

      Specified by:
      getRowLength in interface FecOutputSettings
    • $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