Class SrtCallerOutputProtocolProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.SrtCallerOutputProtocolProps.Jsii$Proxy
- All Implemented Interfaces:
SrtCallerOutputProtocolProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SrtCallerOutputProtocolProps
@Stability(Experimental)
@Internal
public static final class SrtCallerOutputProtocolProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SrtCallerOutputProtocolProps
An implementation for
SrtCallerOutputProtocolProps-
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.SrtCallerOutputProtocolProps
SrtCallerOutputProtocolProps.Builder, SrtCallerOutputProtocolProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSrtCallerOutputProtocolProps.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) Destination IP address to connect to.final Number(experimental) Destination port to connect to.final RouterSrtEncryption(experimental) Optional encryption configuration for SRT streams.final Duration(experimental) Minimum latency for SRT.final String(experimental) Optional stream ID for SRT 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 theSrtCallerOutputProtocolProps.Builder.
-
-
Method Details
-
getDestinationAddress
Description copied from interface:SrtCallerOutputProtocolProps(experimental) Destination IP address to connect to.- Specified by:
getDestinationAddressin interfaceSrtCallerOutputProtocolProps
-
getDestinationPort
Description copied from interface:SrtCallerOutputProtocolProps(experimental) Destination port to connect to.- Specified by:
getDestinationPortin interfaceSrtCallerOutputProtocolProps
-
getMinimumLatency
Description copied from interface:SrtCallerOutputProtocolProps(experimental) Minimum latency for SRT.- Specified by:
getMinimumLatencyin interfaceSrtCallerOutputProtocolProps
-
getEncryptionConfiguration
Description copied from interface:SrtCallerOutputProtocolProps(experimental) Optional encryption configuration for SRT streams.Default: - No encryption
- Specified by:
getEncryptionConfigurationin interfaceSrtCallerOutputProtocolProps
-
getStreamId
Description copied from interface:SrtCallerOutputProtocolProps(experimental) Optional stream ID for SRT connection.Default: - No stream ID
- Specified by:
getStreamIdin interfaceSrtCallerOutputProtocolProps
-
$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()
-