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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.UdpGroupSettingsProperty
CfnChannel.UdpGroupSettingsProperty.Builder, CfnChannel.UdpGroupSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.UdpGroupSettingsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringSpecifies the behavior of the last resort when the input video is lost, and no more backup inputs are available.final StringIndicates the ID3 frame that has the timecode.final NumberThe timed metadata interval in seconds.final inthashCode()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.UdpGroupSettingsPropertySpecifies 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:
getInputLossActionin interfaceCfnChannel.UdpGroupSettingsProperty
-
getTimedMetadataId3Frame
Description copied from interface:CfnChannel.UdpGroupSettingsPropertyIndicates the ID3 frame that has the timecode.- Specified by:
getTimedMetadataId3Framein interfaceCfnChannel.UdpGroupSettingsProperty
-
getTimedMetadataId3Period
Description copied from interface:CfnChannel.UdpGroupSettingsPropertyThe timed metadata interval in seconds.- Specified by:
getTimedMetadataId3Periodin interfaceCfnChannel.UdpGroupSettingsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-