Class SrtCallerOutputConfig.Jsii$Proxy

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

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

    • getDestination

      public final String getDestination()
      Description copied from interface: SrtCallerOutputConfig
      (experimental) The IP address where you want to send the output.
      Specified by:
      getDestination in interface SrtCallerOutputConfig
    • getPort

      public final Number getPort()
      Description copied from interface: SrtCallerOutputConfig
      (experimental) The port to use when content is distributed to this output.
      Specified by:
      getPort in interface SrtCallerOutputConfig
    • getEncryption

      public final SrtPasswordEncryption getEncryption()
      Description copied from interface: SrtCallerOutputConfig
      (experimental) SRT password encryption for this output.

      Default: - no encryption

      Specified by:
      getEncryption in interface SrtCallerOutputConfig
    • getMinLatency

      public final Duration getMinLatency()
      Description copied from interface: SrtCallerOutputConfig
      (experimental) The minimum latency in milliseconds for SRT-based streams.

      The value you set on your MediaConnect output represents the minimal potential latency of that connection. The latency of the stream is set to the higher of the sender's minimum latency and the receiver's minimum latency.

      Default: - no minimum latency

      Specified by:
      getMinLatency in interface SrtCallerOutputConfig
    • getStreamId

      public final String getStreamId()
      Description copied from interface: SrtCallerOutputConfig
      (experimental) The stream ID that you want to use for this transport.

      Default: - no stream ID

      Specified by:
      getStreamId in interface SrtCallerOutputConfig
    • getVpcInterfaceAttachment

      public final VpcInterfaceConfig getVpcInterfaceAttachment()
      Description copied from interface: SrtCallerOutputConfig
      (experimental) The VPC interface attachment to use for this output.

      Default: - no VPC interface attachment

      Specified by:
      getVpcInterfaceAttachment in interface SrtCallerOutputConfig
    • $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