Class CfnChannel.UdpOutputSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.UdpOutputSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.UdpOutputSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.UdpOutputSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.UdpOutputSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.UdpOutputSettingsProperty
An implementation for
CfnChannel.UdpOutputSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.UdpOutputSettingsProperty
CfnChannel.UdpOutputSettingsProperty.Builder, CfnChannel.UdpOutputSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.UdpOutputSettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
The UDP output buffering in milliseconds.final Object
The settings for the UDP output.final Object
The destination address and port number for RTP or UDP packets.final Object
The settings for enabling and adjusting Forward Error Correction on UDP outputs.final int
hashCode()
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 theCfnChannel.UdpOutputSettingsProperty.Builder
.
-
-
Method Details
-
getBufferMsec
Description copied from interface:CfnChannel.UdpOutputSettingsProperty
The UDP output buffering in milliseconds.Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, and so on.
- Specified by:
getBufferMsec
in interfaceCfnChannel.UdpOutputSettingsProperty
- See Also:
-
getContainerSettings
Description copied from interface:CfnChannel.UdpOutputSettingsProperty
The settings for the UDP output.- Specified by:
getContainerSettings
in interfaceCfnChannel.UdpOutputSettingsProperty
- See Also:
-
getDestination
Description copied from interface:CfnChannel.UdpOutputSettingsProperty
The destination address and port number for RTP or UDP packets.These can be unicast or multicast RTP or UDP (for example, rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).
- Specified by:
getDestination
in interfaceCfnChannel.UdpOutputSettingsProperty
- See Also:
-
getFecOutputSettings
Description copied from interface:CfnChannel.UdpOutputSettingsProperty
The settings for enabling and adjusting Forward Error Correction on UDP outputs.- Specified by:
getFecOutputSettings
in interfaceCfnChannel.UdpOutputSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-