@Stability(value=Stable) public static final class CfnChannel.RtmpGroupSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.RtmpGroupSettingsProperty>
CfnChannel.RtmpGroupSettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnChannel.RtmpGroupSettingsProperty.Builder adMarkers(List<String> adMarkers)
CfnChannel.RtmpGroupSettingsProperty.getAdMarkers()adMarkers - Choose the ad marker type for this output group.
MediaLive will create a message based on the content of each SCTE-35 message, format it for that marker type, and insert it in the datastream.this@Stability(value=Stable) public CfnChannel.RtmpGroupSettingsProperty.Builder authenticationScheme(String authenticationScheme)
CfnChannel.RtmpGroupSettingsProperty.getAuthenticationScheme()authenticationScheme - An authentication scheme to use when connecting with a CDN.this@Stability(value=Stable) public CfnChannel.RtmpGroupSettingsProperty.Builder cacheFullBehavior(String cacheFullBehavior)
CfnChannel.RtmpGroupSettingsProperty.getCacheFullBehavior()cacheFullBehavior - Controls behavior when the content cache fills up.
If a remote origin server stalls the RTMP connection and doesn't accept content fast enough, the media cache fills up. When the cache reaches the duration specified by cacheLength, the cache stops accepting new content. If set to disconnectImmediately, the RTMP output forces a disconnect. Clear the media cache, and reconnect after restartDelay seconds. If set to waitForServer, the RTMP output waits up to 5 minutes to allow the origin server to begin accepting data again.this@Stability(value=Stable) public CfnChannel.RtmpGroupSettingsProperty.Builder cacheLength(Number cacheLength)
CfnChannel.RtmpGroupSettingsProperty.getCacheLength()cacheLength - The cache length, in seconds, that is used to calculate buffer size.this@Stability(value=Stable) public CfnChannel.RtmpGroupSettingsProperty.Builder captionData(String captionData)
CfnChannel.RtmpGroupSettingsProperty.getCaptionData()captionData - Controls the types of data that pass to onCaptionInfo outputs.
If set to all, 608 and 708 carried DTVCC data is passed. If set to field1AndField2608, DTVCC data is stripped out, but 608 data from both fields is passed. If set to field1608, only the data carried in 608 from field 1 video is passed.this@Stability(value=Stable) public CfnChannel.RtmpGroupSettingsProperty.Builder inputLossAction(String inputLossAction)
CfnChannel.RtmpGroupSettingsProperty.getInputLossAction()inputLossAction - Controls the behavior of this RTMP group if the input becomes unavailable.
emitOutput: Emit a slate until the input returns. pauseOutput: Stop transmitting data until the input returns. This does not close the underlying RTMP connection.this@Stability(value=Stable) public CfnChannel.RtmpGroupSettingsProperty.Builder restartDelay(Number restartDelay)
CfnChannel.RtmpGroupSettingsProperty.getRestartDelay()restartDelay - If a streaming output fails, the number of seconds to wait until a restart is initiated.
A value of 0 means never restart.this@Stability(value=Stable) public CfnChannel.RtmpGroupSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.RtmpGroupSettingsProperty>CfnChannel.RtmpGroupSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.