Class SrtOutputDefinition.Jsii$Proxy

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

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

    • getDestinations

      public final List<SrtDestination> getDestinations()
      Description copied from interface: SrtOutputDefinition
      (experimental) The SRT destination(s) for this output — one per channel pipeline.

      MediaLive publishes each SRT output to one destination per pipeline (the console calls these "Destination A" and "Destination B"). Provide a single destination for a SINGLE_PIPELINE channel, or two (A then B) for a STANDARD channel. Each pipeline can target a different listener and carry its own encryption passphrase.

      Specified by:
      getDestinations in interface SrtOutputDefinition
    • getBuffer

      public final Duration getBuffer()
      Description copied from interface: SrtOutputDefinition
      (experimental) The output buffering.

      Applied at millisecond granularity.

      Default: - service default

      Specified by:
      getBuffer in interface SrtOutputDefinition
    • getEncryptionType

      public final SrtEncryptionType getEncryptionType()
      Description copied from interface: SrtOutputDefinition
      (experimental) The encryption type for the SRT output.

      Default: - no encryption

      Specified by:
      getEncryptionType in interface SrtOutputDefinition
    • getLatency

      public final Duration getLatency()
      Description copied from interface: SrtOutputDefinition
      (experimental) The SRT latency.

      Default: - service default

      Specified by:
      getLatency in interface SrtOutputDefinition
    • getM2tsSettings

      public final M2tsSettings getM2tsSettings()
      Description copied from interface: SrtOutputDefinition
      (experimental) MPEG-TS (M2TS) container settings for this output.

      Default: - service defaults

      Specified by:
      getM2tsSettings in interface SrtOutputDefinition
    • getEncodes

      public final List<EncodeConfiguration> getEncodes()
      Description copied from interface: OutputDefinition
      (experimental) The encode configurations to wire to this output.
      Specified by:
      getEncodes in interface OutputDefinition
    • getOutputName

      public final String getOutputName()
      Description copied from interface: OutputDefinition
      (experimental) The name of this output.

      Must be unique across all outputs in the channel.

      Specified by:
      getOutputName in interface OutputDefinition
    • $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