Uses of Class
software.amazon.awscdk.services.medialive.alpha.ScalingBehavior
Packages that use ScalingBehavior
Package
Description
AWS::MediaLive Construct Library
-
Uses of ScalingBehavior in software.amazon.awscdk.services.medialive.alpha
Fields in software.amazon.awscdk.services.medialive.alpha declared as ScalingBehaviorModifier and TypeFieldDescriptionstatic final ScalingBehaviorScalingBehavior.DEFAULT(experimental) May insert black boxes to match output resolution.static final ScalingBehaviorScalingBehavior.SMART_CROP(experimental) Intelligently crop the video to focus on key subjects (9:16 vertical).static final ScalingBehaviorScalingBehavior.STRETCH_TO_OUTPUT(experimental) Stretch video to fill the output resolution.Methods in software.amazon.awscdk.services.medialive.alpha that return ScalingBehaviorModifier and TypeMethodDescriptiondefault ScalingBehaviorVideoEncodeProps.getScalingBehavior()(experimental) The video scaling behavior.final ScalingBehaviorVideoEncodeProps.Jsii$Proxy.getScalingBehavior()static ScalingBehavior(experimental) A value not yet modelled by AWS CDK.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type ScalingBehaviorModifier and TypeMethodDescriptionVideoEncodeProps.Builder.scalingBehavior(ScalingBehavior scalingBehavior) Sets the value ofVideoEncodeProps.getScalingBehavior()