Class RtpFecOutputConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.RtpFecOutputConfig.Jsii$Proxy
- All Implemented Interfaces:
RtpFecOutputConfig,RtpOutputConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RtpFecOutputConfig
@Stability(Experimental)
@Internal
public static final class RtpFecOutputConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RtpFecOutputConfig
An implementation for
RtpFecOutputConfig-
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.RtpFecOutputConfig
RtpFecOutputConfig.Builder, RtpFecOutputConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RtpFecOutputConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theRtpFecOutputConfig.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 NumbergetPort()(experimental) The port to use when content is distributed to this output.final Duration(experimental) The smoothing latency for RIST, RTP, and RTP-FEC streams.final VpcInterfaceConfig(experimental) The name of 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 theRtpFecOutputConfig.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:RtpOutputConfig(experimental) The IP address where you want to send the output.- Specified by:
getDestinationin interfaceRtpOutputConfig
-
getPort
Description copied from interface:RtpOutputConfig(experimental) The port to use when content is distributed to this output.- Specified by:
getPortin interfaceRtpOutputConfig
-
getSmoothingLatency
Description copied from interface:RtpOutputConfig(experimental) The smoothing latency for RIST, RTP, and RTP-FEC streams.Default: - no smoothing latency
- Specified by:
getSmoothingLatencyin interfaceRtpOutputConfig
-
getVpcInterfaceAttachment
Description copied from interface:RtpOutputConfig(experimental) The name of the VPC interface attachment to use for this output.Default: - no VPC interface attachment
- Specified by:
getVpcInterfaceAttachmentin interfaceRtpOutputConfig
-
$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()
-