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 SummaryModifier and TypeMethodDescriptionbufferMsec(Integer bufferMsec) UDP output buffering in milliseconds.default UdpOutputSettings.BuildercontainerSettings(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.Builderdestination(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.BuilderfecOutputSettings(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bufferMsecUDP 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.
 
- 
containerSettingsSets 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.
 
- 
containerSettingsdefault 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.Builderavoiding the need to create one manually viaUdpContainerSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontainerSettings(UdpContainerSettings).- Parameters:
- containerSettings- a consumer that will call methods on- UdpContainerSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
destinationDestination 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.
 
- 
destinationDestination 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.Builderavoiding the need to create one manually viaOutputLocationRef.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestination(OutputLocationRef).- Parameters:
- destination- a consumer that will call methods on- OutputLocationRef.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fecOutputSettingsSettings 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.
 
- 
fecOutputSettingsdefault 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.Builderavoiding the need to create one manually viaFecOutputSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofecOutputSettings(FecOutputSettings).- Parameters:
- fecOutputSettings- a consumer that will call methods on- FecOutputSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-