Class SourceSrtCaller.Jsii$Proxy
- All Implemented Interfaces:
SourceBase,SourceSrtCaller,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SourceSrtCaller
SourceSrtCaller-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.alpha.SourceSrtCaller
SourceSrtCaller.Builder, SourceSrtCaller.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SourceSrtCaller.Builder builder) Constructor that initializes the object based on literal property values passed by theSourceSrtCaller.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal SrtPasswordEncryption(experimental) SRT Decryption options.final String(experimental) A description of the source.final String(experimental) The name of the source.final Bitrate(experimental) The maximum bitrate for streams.final Duration(experimental) The maximum latency in milliseconds for SRT-based streams.final Duration(experimental) The minimum latency in milliseconds for SRT-based streams.final String(experimental) Source IP or domain name for SRT-caller protocol.final Number(experimental) Source port for SRT-caller protocol.final String(experimental) The stream ID that you want to use for the transport.final VpcInterfaceConfig(experimental) Optional VPC interface for the outbound SRT Caller connection.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theSourceSrtCaller.Builder.
-
-
Method Details
-
getSourceListenerAddress
Description copied from interface:SourceSrtCaller(experimental) Source IP or domain name for SRT-caller protocol.- Specified by:
getSourceListenerAddressin interfaceSourceSrtCaller
-
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:
getSourceListenerPortin interfaceSourceSrtCaller
-
getDecryption
Description copied from interface:SourceSrtCaller(experimental) SRT Decryption options.Default: - no decryption
- Specified by:
getDecryptionin interfaceSourceSrtCaller
-
getMaxBitrate
Description copied from interface:SourceSrtCaller(experimental) The maximum bitrate for streams.Default: - no maximum bitrate
- Specified by:
getMaxBitratein interfaceSourceSrtCaller
-
getMaxLatency
Description copied from interface:SourceSrtCaller(experimental) The maximum latency in milliseconds for SRT-based streams.Default: - no maximum latency
- Specified by:
getMaxLatencyin interfaceSourceSrtCaller
-
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:
getMinLatencyin interfaceSourceSrtCaller
-
getStreamId
Description copied from interface:SourceSrtCaller(experimental) The stream ID that you want to use for the transport.Default: - no stream ID
- Specified by:
getStreamIdin interfaceSourceSrtCaller
-
getVpcInterface
Description copied from interface:SourceSrtCaller(experimental) Optional VPC interface for the outbound SRT Caller connection.SRT Caller initiates the connection to the configured
sourceListenerAddressandsourceListenerPort, so no CIDR allow list is needed.Default: - outbound connection via the public internet; no VPC interface
- Specified by:
getVpcInterfacein interfaceSourceSrtCaller
-
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:
getDescriptionin interfaceSourceBase
-
getFlowSourceName
Description copied from interface:SourceBase(experimental) The name of the source.Default: - a name is generated automatically
- Specified by:
getFlowSourceNamein interfaceSourceBase
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-