@Stability(value=Stable) public static final class CfnChannel.UdpOutputSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.UdpOutputSettingsProperty>
CfnChannel.UdpOutputSettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnChannel.UdpOutputSettingsProperty.Builder bufferMsec(Number bufferMsec)
CfnChannel.UdpOutputSettingsProperty.getBufferMsec()bufferMsec - 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.this@Stability(value=Stable) public CfnChannel.UdpOutputSettingsProperty.Builder containerSettings(CfnChannel.UdpContainerSettingsProperty containerSettings)
CfnChannel.UdpOutputSettingsProperty.getContainerSettings()containerSettings - The settings for the UDP output.this@Stability(value=Stable) public CfnChannel.UdpOutputSettingsProperty.Builder containerSettings(IResolvable containerSettings)
CfnChannel.UdpOutputSettingsProperty.getContainerSettings()containerSettings - The settings for the UDP output.this@Stability(value=Stable) public CfnChannel.UdpOutputSettingsProperty.Builder destination(CfnChannel.OutputLocationRefProperty destination)
CfnChannel.UdpOutputSettingsProperty.getDestination()destination - 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).this@Stability(value=Stable) public CfnChannel.UdpOutputSettingsProperty.Builder destination(IResolvable destination)
CfnChannel.UdpOutputSettingsProperty.getDestination()destination - 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).this@Stability(value=Stable) public CfnChannel.UdpOutputSettingsProperty.Builder fecOutputSettings(CfnChannel.FecOutputSettingsProperty fecOutputSettings)
CfnChannel.UdpOutputSettingsProperty.getFecOutputSettings()fecOutputSettings - The settings for enabling and adjusting Forward Error Correction on UDP outputs.this@Stability(value=Stable) public CfnChannel.UdpOutputSettingsProperty.Builder fecOutputSettings(IResolvable fecOutputSettings)
CfnChannel.UdpOutputSettingsProperty.getFecOutputSettings()fecOutputSettings - The settings for enabling and adjusting Forward Error Correction on UDP outputs.this@Stability(value=Stable) public CfnChannel.UdpOutputSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.UdpOutputSettingsProperty>CfnChannel.UdpOutputSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.