Interface SrtGroupSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SrtGroupSettings.Builder,
,SrtGroupSettings> SdkBuilder<SrtGroupSettings.Builder,
,SrtGroupSettings> SdkPojo
- Enclosing class:
SrtGroupSettings
@Mutable
@NotThreadSafe
public static interface SrtGroupSettings.Builder
extends SdkPojo, CopyableBuilder<SrtGroupSettings.Builder,SrtGroupSettings>
-
Method Summary
Modifier and TypeMethodDescriptioninputLossAction
(String inputLossAction) Specifies behavior of last resort when input video is lost, and no more backup inputs are available.inputLossAction
(InputLossActionForUdpOut inputLossAction) Specifies behavior of last resort when input video is lost, and no more backup inputs are available.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
-
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:
-
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:
-