Interface UdpGroupSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UdpGroupSettings.Builder,UdpGroupSettings>,SdkBuilder<UdpGroupSettings.Builder,UdpGroupSettings>,SdkPojo
- Enclosing class:
- UdpGroupSettings
public static interface UdpGroupSettings.Builder extends SdkPojo, CopyableBuilder<UdpGroupSettings.Builder,UdpGroupSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UdpGroupSettings.BuilderinputLossAction(String inputLossAction)Specifies behavior of last resort when input video is lost, and no more backup inputs are available.UdpGroupSettings.BuilderinputLossAction(InputLossActionForUdpOut inputLossAction)Specifies behavior of last resort when input video is lost, and no more backup inputs are available.UdpGroupSettings.BuildertimedMetadataId3Frame(String timedMetadataId3Frame)Indicates ID3 frame that has the timecode.UdpGroupSettings.BuildertimedMetadataId3Frame(UdpTimedMetadataId3Frame timedMetadataId3Frame)Indicates ID3 frame that has the timecode.UdpGroupSettings.BuildertimedMetadataId3Period(Integer timedMetadataId3Period)Timed Metadata interval in seconds.-
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, sdkFields
-
-
-
-
Method Detail
-
inputLossAction
UdpGroupSettings.Builder inputLossAction(String inputLossAction)
Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted. When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.- Parameters:
inputLossAction- Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted. When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputLossActionForUdpOut,InputLossActionForUdpOut
-
inputLossAction
UdpGroupSettings.Builder inputLossAction(InputLossActionForUdpOut inputLossAction)
Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted. When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.- Parameters:
inputLossAction- Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted. When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputLossActionForUdpOut,InputLossActionForUdpOut
-
timedMetadataId3Frame
UdpGroupSettings.Builder timedMetadataId3Frame(String timedMetadataId3Frame)
Indicates ID3 frame that has the timecode.- Parameters:
timedMetadataId3Frame- Indicates ID3 frame that has the timecode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UdpTimedMetadataId3Frame,UdpTimedMetadataId3Frame
-
timedMetadataId3Frame
UdpGroupSettings.Builder timedMetadataId3Frame(UdpTimedMetadataId3Frame timedMetadataId3Frame)
Indicates ID3 frame that has the timecode.- Parameters:
timedMetadataId3Frame- Indicates ID3 frame that has the timecode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UdpTimedMetadataId3Frame,UdpTimedMetadataId3Frame
-
timedMetadataId3Period
UdpGroupSettings.Builder timedMetadataId3Period(Integer timedMetadataId3Period)
Timed Metadata interval in seconds.- Parameters:
timedMetadataId3Period- Timed Metadata interval in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-