Class RtpOutputProtocolProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.RtpOutputProtocolProps.Jsii$Proxy
- All Implemented Interfaces:
RtpOutputProtocolProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RtpOutputProtocolProps
@Stability(Experimental)
@Internal
public static final class RtpOutputProtocolProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RtpOutputProtocolProps
An implementation for
RtpOutputProtocolProps-
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.RtpOutputProtocolProps
RtpOutputProtocolProps.Builder, RtpOutputProtocolProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RtpOutputProtocolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRtpOutputProtocolProps.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 for RTP traffic.final ForwardErrorCorrection(experimental) Forward Error Correction setting.final NumbergetPort()(experimental) Port number for RTP traffic.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 theRtpOutputProtocolProps.Builder.
-
-
Method Details
-
getDestinationAddress
Description copied from interface:RtpOutputProtocolProps(experimental) Destination IP address for RTP traffic.- Specified by:
getDestinationAddressin interfaceRtpOutputProtocolProps
-
getPort
Description copied from interface:RtpOutputProtocolProps(experimental) Port number for RTP traffic.- Specified by:
getPortin interfaceRtpOutputProtocolProps
-
getForwardErrorCorrection
Description copied from interface:RtpOutputProtocolProps(experimental) Forward Error Correction setting.Default: - undefined; when omitted, MediaConnect applies ForwardErrorCorrection.DISABLED at deploy time
- Specified by:
getForwardErrorCorrectionin interfaceRtpOutputProtocolProps
-
$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()
-