public static final class CfnChannel.UdpOutputSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.UdpOutputSettingsProperty
CfnChannel.UdpOutputSettingsProperty
CfnChannel.UdpOutputSettingsProperty.Builder, CfnChannel.UdpOutputSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getBufferMsec()
The UDP output buffering in milliseconds.
|
java.lang.Object |
getContainerSettings()
The settings for the UDP output.
|
java.lang.Object |
getDestination()
The destination address and port number for RTP or UDP packets.
|
java.lang.Object |
getFecOutputSettings()
The settings for enabling and adjusting Forward Error Correction on UDP outputs.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getBufferMsec()
CfnChannel.UdpOutputSettingsProperty
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.
getBufferMsec
in interface CfnChannel.UdpOutputSettingsProperty
public final java.lang.Object getContainerSettings()
CfnChannel.UdpOutputSettingsProperty
getContainerSettings
in interface CfnChannel.UdpOutputSettingsProperty
public final java.lang.Object getDestination()
CfnChannel.UdpOutputSettingsProperty
These can be unicast or multicast RTP or UDP (for example, rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).
getDestination
in interface CfnChannel.UdpOutputSettingsProperty
public final java.lang.Object getFecOutputSettings()
CfnChannel.UdpOutputSettingsProperty
getFecOutputSettings
in interface CfnChannel.UdpOutputSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()