@Stability(value=Stable) public static final class CfnChannel.UdpGroupSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.UdpGroupSettingsProperty>
CfnChannel.UdpGroupSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.UdpGroupSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.UdpGroupSettingsProperty.Builder |
inputLossAction(String inputLossAction)
Sets the value of
CfnChannel.UdpGroupSettingsProperty.getInputLossAction() |
CfnChannel.UdpGroupSettingsProperty.Builder |
timedMetadataId3Frame(String timedMetadataId3Frame)
Sets the value of
CfnChannel.UdpGroupSettingsProperty.getTimedMetadataId3Frame() |
CfnChannel.UdpGroupSettingsProperty.Builder |
timedMetadataId3Period(Number timedMetadataId3Period)
Sets the value of
CfnChannel.UdpGroupSettingsProperty.getTimedMetadataId3Period() |
@Stability(value=Stable) public CfnChannel.UdpGroupSettingsProperty.Builder inputLossAction(String inputLossAction)
CfnChannel.UdpGroupSettingsProperty.getInputLossAction()inputLossAction - Specifies the behavior of the last resort when the input video is lost, and no more backup inputs are available.
When dropTs is selected, the entire transport stream stops emitting. 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 selected, the transport stream continues to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.this@Stability(value=Stable) public CfnChannel.UdpGroupSettingsProperty.Builder timedMetadataId3Frame(String timedMetadataId3Frame)
CfnChannel.UdpGroupSettingsProperty.getTimedMetadataId3Frame()timedMetadataId3Frame - Indicates the ID3 frame that has the timecode.this@Stability(value=Stable) public CfnChannel.UdpGroupSettingsProperty.Builder timedMetadataId3Period(Number timedMetadataId3Period)
CfnChannel.UdpGroupSettingsProperty.getTimedMetadataId3Period()timedMetadataId3Period - The timed metadata interval in seconds.this@Stability(value=Stable) public CfnChannel.UdpGroupSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.UdpGroupSettingsProperty>CfnChannel.UdpGroupSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.