Uses of Class
software.amazon.awscdk.services.medialive.alpha.CaptionFontSize
Packages that use CaptionFontSize
Package
Description
AWS::MediaLive Construct Library
-
Uses of CaptionFontSize in software.amazon.awscdk.services.medialive.alpha
Fields in software.amazon.awscdk.services.medialive.alpha declared as CaptionFontSizeModifier and TypeFieldDescriptionstatic final CaptionFontSizeCaptionFontSize.AUTO(experimental) Scale the font size automatically to match the output resolution.Methods in software.amazon.awscdk.services.medialive.alpha that return CaptionFontSizeModifier and TypeMethodDescriptionfinal CaptionFontSizeBurnInDestinationProps.Jsii$Proxy.getFontSize()default CaptionFontSizeCaptionFontStyleProps.getFontSize()(experimental) Font size —CaptionFontSize.AUTOto scale with the output, orCaptionFontSize.of(points)for an exact size in points.final CaptionFontSizeCaptionFontStyleProps.Jsii$Proxy.getFontSize()final CaptionFontSizeDvbSubDestinationProps.Jsii$Proxy.getFontSize()static CaptionFontSize(experimental) An exact font size, in points.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type CaptionFontSizeModifier and TypeMethodDescriptionBurnInDestinationProps.Builder.fontSize(CaptionFontSize fontSize) Sets the value ofCaptionFontStyleProps.getFontSize()CaptionFontStyleProps.Builder.fontSize(CaptionFontSize fontSize) Sets the value ofCaptionFontStyleProps.getFontSize()DvbSubDestinationProps.Builder.fontSize(CaptionFontSize fontSize) Sets the value ofCaptionFontStyleProps.getFontSize()