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-
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.SrtCallerOutputConfig
SrtCallerOutputConfig.Builder, SrtCallerOutputConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SrtCallerOutputConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theSrtCallerOutputConfig.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 String(experimental) The IP address where you want to send the output.final SrtPasswordEncryption(experimental) SRT password encryption for this output.final Duration(experimental) The minimum latency in milliseconds for SRT-based streams.final NumbergetPort()(experimental) The port to use when content is distributed to this output.final String(experimental) The stream ID that you want to use for this transport.final VpcInterfaceConfig(experimental) The VPC interface attachment to use for this output.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 theSrtCallerOutputConfig.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:SrtCallerOutputConfig(experimental) The IP address where you want to send the output.- Specified by:
getDestinationin interfaceSrtCallerOutputConfig
-
getPort
Description copied from interface:SrtCallerOutputConfig(experimental) The port to use when content is distributed to this output.- Specified by:
getPortin interfaceSrtCallerOutputConfig
-
getEncryption
Description copied from interface:SrtCallerOutputConfig(experimental) SRT password encryption for this output.Default: - no encryption
- Specified by:
getEncryptionin interfaceSrtCallerOutputConfig
-
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:
getMinLatencyin interfaceSrtCallerOutputConfig
-
getStreamId
Description copied from interface:SrtCallerOutputConfig(experimental) The stream ID that you want to use for this transport.Default: - no stream ID
- Specified by:
getStreamIdin interfaceSrtCallerOutputConfig
-
getVpcInterfaceAttachment
Description copied from interface:SrtCallerOutputConfig(experimental) The VPC interface attachment to use for this output.Default: - no VPC interface attachment
- Specified by:
getVpcInterfaceAttachmentin interfaceSrtCallerOutputConfig
-
$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()
-