@Stability(value=Stable) @Internal public static final class CfnChannel.RtmpGroupSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.RtmpGroupSettingsProperty
CfnChannel.RtmpGroupSettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnChannel.RtmpGroupSettingsProperty.Builder, CfnChannel.RtmpGroupSettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnChannel.RtmpGroupSettingsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnChannel.AacSettingsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAdMarkers()
Choose the ad marker type for this output group.
|
String |
getAuthenticationScheme()
An authentication scheme to use when connecting with a CDN.
|
String |
getCacheFullBehavior()
Controls behavior when the content cache fills up.
|
Number |
getCacheLength()
The cache length, in seconds, that is used to calculate buffer size.
|
String |
getCaptionData()
Controls the types of data that pass to onCaptionInfo outputs.
|
String |
getInputLossAction()
Controls the behavior of this RTMP group if the input becomes unavailable.
|
Number |
getRestartDelay()
If a streaming output fails, the number of seconds to wait until a restart is initiated.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnChannel.RtmpGroupSettingsProperty.Builder builder)
CfnChannel.AacSettingsProperty.Builder.public final List<String> getAdMarkers()
CfnChannel.RtmpGroupSettingsPropertyMediaLive 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.
getAdMarkers in interface CfnChannel.RtmpGroupSettingsPropertypublic final String getAuthenticationScheme()
CfnChannel.RtmpGroupSettingsPropertygetAuthenticationScheme in interface CfnChannel.RtmpGroupSettingsPropertypublic final String getCacheFullBehavior()
CfnChannel.RtmpGroupSettingsPropertyIf 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.
getCacheFullBehavior in interface CfnChannel.RtmpGroupSettingsPropertypublic final Number getCacheLength()
CfnChannel.RtmpGroupSettingsPropertygetCacheLength in interface CfnChannel.RtmpGroupSettingsPropertypublic final String getCaptionData()
CfnChannel.RtmpGroupSettingsPropertyIf 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.
getCaptionData in interface CfnChannel.RtmpGroupSettingsPropertypublic final String getInputLossAction()
CfnChannel.RtmpGroupSettingsPropertyemitOutput: Emit a slate until the input returns. pauseOutput: Stop transmitting data until the input returns. This does not close the underlying RTMP connection.
getInputLossAction in interface CfnChannel.RtmpGroupSettingsPropertypublic final Number getRestartDelay()
CfnChannel.RtmpGroupSettingsPropertyA value of 0 means never restart.
getRestartDelay in interface CfnChannel.RtmpGroupSettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.