public static final class CfnChannel.UdpGroupSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.UdpGroupSettingsProperty
CfnChannel.UdpGroupSettingsProperty
CfnChannel.UdpGroupSettingsProperty.Builder, CfnChannel.UdpGroupSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getInputLossAction()
Specifies the behavior of the last resort when the input video is lost, and no more backup inputs are available.
|
java.lang.String |
getTimedMetadataId3Frame()
Indicates the ID3 frame that has the timecode.
|
java.lang.Number |
getTimedMetadataId3Period()
The timed metadata interval in seconds.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getInputLossAction()
CfnChannel.UdpGroupSettingsProperty
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.
getInputLossAction
in interface CfnChannel.UdpGroupSettingsProperty
public final java.lang.String getTimedMetadataId3Frame()
CfnChannel.UdpGroupSettingsProperty
getTimedMetadataId3Frame
in interface CfnChannel.UdpGroupSettingsProperty
public final java.lang.Number getTimedMetadataId3Period()
CfnChannel.UdpGroupSettingsProperty
getTimedMetadataId3Period
in interface CfnChannel.UdpGroupSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()