Class SourceSrtCaller.Jsii$Proxy

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

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

    • getSourceListenerAddress

      public final String getSourceListenerAddress()
      Description copied from interface: SourceSrtCaller
      (experimental) Source IP or domain name for SRT-caller protocol.
      Specified by:
      getSourceListenerAddress in interface SourceSrtCaller
    • getSourceListenerPort

      public final Number getSourceListenerPort()
      Description copied from interface: SourceSrtCaller
      (experimental) Source port for SRT-caller protocol.

      Valid range: 1024–65535. Ports 2077 and 2088 are reserved by MediaConnect for Zixi traffic and cannot be used for SRT Caller.

      Specified by:
      getSourceListenerPort in interface SourceSrtCaller
    • getDecryption

      public final SrtPasswordEncryption getDecryption()
      Description copied from interface: SourceSrtCaller
      (experimental) SRT Decryption options.

      Default: - no decryption

      Specified by:
      getDecryption in interface SourceSrtCaller
    • getMaxBitrate

      public final Bitrate getMaxBitrate()
      Description copied from interface: SourceSrtCaller
      (experimental) The maximum bitrate for streams.

      Default: - no maximum bitrate

      Specified by:
      getMaxBitrate in interface SourceSrtCaller
    • getMaxLatency

      public final Duration getMaxLatency()
      Description copied from interface: SourceSrtCaller
      (experimental) The maximum latency in milliseconds for SRT-based streams.

      Default: - no maximum latency

      Specified by:
      getMaxLatency in interface SourceSrtCaller
    • getMinLatency

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

      The value you set on your MediaConnect source 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 SourceSrtCaller
    • getStreamId

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

      Default: - no stream ID

      Specified by:
      getStreamId in interface SourceSrtCaller
    • getVpcInterface

      public final VpcInterfaceConfig getVpcInterface()
      Description copied from interface: SourceSrtCaller
      (experimental) Optional VPC interface for the outbound SRT Caller connection.

      SRT Caller initiates the connection to the configured sourceListenerAddress and sourceListenerPort, so no CIDR allow list is needed.

      Default: - outbound connection via the public internet; no VPC interface

      Specified by:
      getVpcInterface in interface SourceSrtCaller
    • getDescription

      public final String getDescription()
      Description copied from interface: SourceBase
      (experimental) A description of the source.

      This description appears only on the MediaConnect console and will not be seen by the end user.

      Default: - no description

      Specified by:
      getDescription in interface SourceBase
    • getFlowSourceName

      public final String getFlowSourceName()
      Description copied from interface: SourceBase
      (experimental) The name of the source.

      Default: - a name is generated automatically

      Specified by:
      getFlowSourceName in interface SourceBase
    • $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