Uses of Class
software.amazon.awscdk.services.medialive.alpha.UdpInputLossAction
Packages that use UdpInputLossAction
Package
Description
AWS::MediaLive Construct Library
-
Uses of UdpInputLossAction in software.amazon.awscdk.services.medialive.alpha
Fields in software.amazon.awscdk.services.medialive.alpha declared as UdpInputLossActionModifier and TypeFieldDescriptionstatic final UdpInputLossActionUdpInputLossAction.DROP_PROGRAM(experimental) Drop the program from the transport stream.static final UdpInputLossActionUdpInputLossAction.DROP_TS(experimental) Drop the entire transport stream.static final UdpInputLossActionUdpInputLossAction.EMIT_PROGRAM(experimental) Continue emitting with substitute frames.Methods in software.amazon.awscdk.services.medialive.alpha that return UdpInputLossActionModifier and TypeMethodDescriptiondefault UdpInputLossActionUdpOutputGroupProps.getInputLossAction()(experimental) Action to take when the input is lost.final UdpInputLossActionUdpOutputGroupProps.Jsii$Proxy.getInputLossAction()static UdpInputLossAction(experimental) A value not yet modelled by AWS CDK.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type UdpInputLossActionModifier and TypeMethodDescriptionUdpOutputGroupProps.Builder.inputLossAction(UdpInputLossAction inputLossAction) Sets the value ofUdpOutputGroupProps.getInputLossAction()