Class CfnChannelPropsMixin.UdpGroupSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.UdpGroupSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.UdpGroupSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.UdpGroupSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.UdpGroupSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.UdpGroupSettingsProperty
An implementation for
CfnChannelPropsMixin.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.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.UdpGroupSettingsProperty
CfnChannelPropsMixin.UdpGroupSettingsProperty.Builder, CfnChannelPropsMixin.UdpGroupSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.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 theCfnChannelPropsMixin.UdpGroupSettingsProperty.Builder.
-
-
Method Details
-
getInputLossAction
Description copied from interface:CfnChannelPropsMixin.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 interfaceCfnChannelPropsMixin.UdpGroupSettingsProperty- See Also:
-
getTimedMetadataId3Frame
Description copied from interface:CfnChannelPropsMixin.UdpGroupSettingsPropertyIndicates the ID3 frame that has the timecode.- Specified by:
getTimedMetadataId3Framein interfaceCfnChannelPropsMixin.UdpGroupSettingsProperty- See Also:
-
getTimedMetadataId3Period
Description copied from interface:CfnChannelPropsMixin.UdpGroupSettingsPropertyThe timed metadata interval in seconds.- Specified by:
getTimedMetadataId3Periodin interfaceCfnChannelPropsMixin.UdpGroupSettingsProperty- See Also:
-
$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()
-