Class CfnChannel.UdpGroupSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.UdpGroupSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.UdpGroupSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.UdpGroupSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.UdpGroupSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.UdpGroupSettingsProperty
An implementation for
CfnChannel.UdpGroupSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.UdpGroupSettingsProperty
CfnChannel.UdpGroupSettingsProperty.Builder, CfnChannel.UdpGroupSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.UdpGroupSettingsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Specifies the behavior of the last resort when the input video is lost, and no more backup inputs are available.final String
Indicates the ID3 frame that has the timecode.final Number
The timed metadata interval in seconds.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.UdpGroupSettingsProperty.Builder
.
-
-
Method Details
-
getInputLossAction
Description copied from interface:CfnChannel.UdpGroupSettingsProperty
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.
- Specified by:
getInputLossAction
in interfaceCfnChannel.UdpGroupSettingsProperty
- See Also:
-
getTimedMetadataId3Frame
Description copied from interface:CfnChannel.UdpGroupSettingsProperty
Indicates the ID3 frame that has the timecode.- Specified by:
getTimedMetadataId3Frame
in interfaceCfnChannel.UdpGroupSettingsProperty
- See Also:
-
getTimedMetadataId3Period
Description copied from interface:CfnChannel.UdpGroupSettingsProperty
The timed metadata interval in seconds.- Specified by:
getTimedMetadataId3Period
in interfaceCfnChannel.UdpGroupSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-