Uses of Class
software.amazon.awscdk.services.medialive.alpha.SrtInputLossAction
Packages that use SrtInputLossAction
Package
Description
AWS::MediaLive Construct Library
-
Uses of SrtInputLossAction in software.amazon.awscdk.services.medialive.alpha
Fields in software.amazon.awscdk.services.medialive.alpha declared as SrtInputLossActionModifier and TypeFieldDescriptionstatic final SrtInputLossActionSrtInputLossAction.DROP_PROGRAM(experimental) Drop the program from the transport stream (replaced with null packets to meet bitrate).static final SrtInputLossActionSrtInputLossAction.DROP_TS(experimental) Drop the entire transport stream.static final SrtInputLossActionSrtInputLossAction.EMIT_PROGRAM(experimental) Continue emitting with repeat, black, or slate frames substituted for the absent video.Methods in software.amazon.awscdk.services.medialive.alpha that return SrtInputLossActionModifier and TypeMethodDescriptiondefault SrtInputLossActionSrtOutputGroupProps.getInputLossAction()(experimental) Controls the behavior of this SRT group if the input becomes unavailable.final SrtInputLossActionSrtOutputGroupProps.Jsii$Proxy.getInputLossAction()static SrtInputLossAction(experimental) A value not yet modelled by AWS CDK.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type SrtInputLossActionModifier and TypeMethodDescriptionSrtOutputGroupProps.Builder.inputLossAction(SrtInputLossAction inputLossAction) Sets the value ofSrtOutputGroupProps.getInputLossAction()