Interface UdpOutputSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UdpOutputSettings.Builder,
,UdpOutputSettings> SdkBuilder<UdpOutputSettings.Builder,
,UdpOutputSettings> SdkPojo
- Enclosing class:
UdpOutputSettings
@Mutable
@NotThreadSafe
public static interface UdpOutputSettings.Builder
extends SdkPojo, CopyableBuilder<UdpOutputSettings.Builder,UdpOutputSettings>
-
Method Summary
Modifier and TypeMethodDescriptionbufferMsec
(Integer bufferMsec) UDP output buffering in milliseconds.default UdpOutputSettings.Builder
containerSettings
(Consumer<UdpContainerSettings.Builder> containerSettings) Sets the value of the ContainerSettings property for this object.containerSettings
(UdpContainerSettings containerSettings) Sets the value of the ContainerSettings property for this object.default UdpOutputSettings.Builder
destination
(Consumer<OutputLocationRef.Builder> destination) Destination address and port number for RTP or UDP packets.destination
(OutputLocationRef destination) Destination address and port number for RTP or UDP packets.default UdpOutputSettings.Builder
fecOutputSettings
(Consumer<FecOutputSettings.Builder> fecOutputSettings) Settings for enabling and adjusting Forward Error Correction on UDP outputs.fecOutputSettings
(FecOutputSettings fecOutputSettings) Settings for enabling and adjusting Forward Error Correction on UDP outputs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bufferMsec
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, etc.- Parameters:
bufferMsec
- 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, etc.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerSettings
Sets the value of the ContainerSettings property for this object.- Parameters:
containerSettings
- The new value for the ContainerSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerSettings
default UdpOutputSettings.Builder containerSettings(Consumer<UdpContainerSettings.Builder> containerSettings) Sets the value of the ContainerSettings property for this object. This is a convenience method that creates an instance of theUdpContainerSettings.Builder
avoiding the need to create one manually viaUdpContainerSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontainerSettings(UdpContainerSettings)
.- Parameters:
containerSettings
- a consumer that will call methods onUdpContainerSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destination
Destination address and port number for RTP or UDP packets. Can be unicast or multicast RTP or UDP (eg. rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).- Parameters:
destination
- Destination address and port number for RTP or UDP packets. Can be unicast or multicast RTP or UDP (eg. rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
Destination address and port number for RTP or UDP packets. Can be unicast or multicast RTP or UDP (eg. rtp://239.10.10.10:5001 or udp://10.100.100.100:5002). This is a convenience method that creates an instance of theOutputLocationRef.Builder
avoiding the need to create one manually viaOutputLocationRef.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todestination(OutputLocationRef)
.- Parameters:
destination
- a consumer that will call methods onOutputLocationRef.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fecOutputSettings
Settings for enabling and adjusting Forward Error Correction on UDP outputs.- Parameters:
fecOutputSettings
- Settings for enabling and adjusting Forward Error Correction on UDP outputs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fecOutputSettings
default UdpOutputSettings.Builder fecOutputSettings(Consumer<FecOutputSettings.Builder> fecOutputSettings) Settings for enabling and adjusting Forward Error Correction on UDP outputs. This is a convenience method that creates an instance of theFecOutputSettings.Builder
avoiding the need to create one manually viaFecOutputSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofecOutputSettings(FecOutputSettings)
.- Parameters:
fecOutputSettings
- a consumer that will call methods onFecOutputSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-