public static interface UdpGroupSettings.Builder extends SdkPojo, CopyableBuilder<UdpGroupSettings.Builder,UdpGroupSettings>
Modifier and Type | Method and Description |
---|---|
UdpGroupSettings.Builder |
inputLossAction(InputLossActionForUdpOut inputLossAction)
Specifies behavior of last resort when input video is lost, and no more backup inputs are available.
|
UdpGroupSettings.Builder |
inputLossAction(String inputLossAction)
Specifies behavior of last resort when input video is lost, and no more backup inputs are available.
|
UdpGroupSettings.Builder |
timedMetadataId3Frame(String timedMetadataId3Frame)
Indicates ID3 frame that has the timecode.
|
UdpGroupSettings.Builder |
timedMetadataId3Frame(UdpTimedMetadataId3Frame timedMetadataId3Frame)
Indicates ID3 frame that has the timecode.
|
UdpGroupSettings.Builder |
timedMetadataId3Period(Integer timedMetadataId3Period)
Timed Metadata interval in seconds.
|
copy
applyMutation, build
UdpGroupSettings.Builder inputLossAction(String inputLossAction)
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.InputLossActionForUdpOut
,
InputLossActionForUdpOut
UdpGroupSettings.Builder inputLossAction(InputLossActionForUdpOut inputLossAction)
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.InputLossActionForUdpOut
,
InputLossActionForUdpOut
UdpGroupSettings.Builder timedMetadataId3Frame(String timedMetadataId3Frame)
timedMetadataId3Frame
- Indicates ID3 frame that has the timecode.UdpTimedMetadataId3Frame
,
UdpTimedMetadataId3Frame
UdpGroupSettings.Builder timedMetadataId3Frame(UdpTimedMetadataId3Frame timedMetadataId3Frame)
timedMetadataId3Frame
- Indicates ID3 frame that has the timecode.UdpTimedMetadataId3Frame
,
UdpTimedMetadataId3Frame
UdpGroupSettings.Builder timedMetadataId3Period(Integer timedMetadataId3Period)
timedMetadataId3Period
- Timed Metadata interval in seconds.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.