Uses of Class
software.amazon.awscdk.services.medialive.alpha.CaptionDestination
Packages that use CaptionDestination
Package
Description
AWS::MediaLive Construct Library
-
Uses of CaptionDestination in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return CaptionDestinationModifier and TypeMethodDescriptionstatic CaptionDestinationCaptionDestination.arib()(experimental) ARIB captions.static CaptionDestinationCaptionDestination.burnIn()(experimental) Burned-in captions rendered into the video.static CaptionDestinationCaptionDestination.burnIn(BurnInDestinationProps props) (experimental) Burned-in captions rendered into the video.static CaptionDestinationCaptionDestination.dvbSub()(experimental) DVB-Sub bitmap captions.static CaptionDestinationCaptionDestination.dvbSub(DvbSubDestinationProps props) (experimental) DVB-Sub bitmap captions.static CaptionDestinationCaptionDestination.ebuTtD()(experimental) EBU-TT-D sidecar captions.static CaptionDestinationCaptionDestination.ebuTtD(EbuTtDDestinationProps props) (experimental) EBU-TT-D sidecar captions.static CaptionDestinationCaptionDestination.embedded()(experimental) Embedded (CEA-608/708) captions.static CaptionDestinationCaptionDestination.embeddedPlusScte20()(experimental) Embedded plus SCTE-20 captions.CaptionEncodeProps.getDestination()(experimental) The output caption format.final CaptionDestinationCaptionEncodeProps.Jsii$Proxy.getDestination()static CaptionDestinationCaptionDestination.rtmpCaptionInfo()(experimental) RTMP CaptionInfo captions.static CaptionDestinationCaptionDestination.scte20PlusEmbedded()(experimental) SCTE-20 plus embedded captions.static CaptionDestinationCaptionDestination.smpteTt()(experimental) SMPTE-TT sidecar captions.static CaptionDestinationCaptionDestination.teletext()(experimental) Teletext captions.static CaptionDestinationCaptionDestination.ttml()(experimental) TTML sidecar captions.static CaptionDestinationCaptionDestination.ttml(TtmlDestinationProps props) (experimental) TTML sidecar captions.static CaptionDestinationCaptionDestination.webvtt()(experimental) WebVTT sidecar captions.static CaptionDestinationCaptionDestination.webvtt(WebvttDestinationProps props) (experimental) WebVTT sidecar captions.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type CaptionDestinationModifier and TypeMethodDescriptionCaptionEncodeProps.Builder.destination(CaptionDestination destination) Sets the value ofCaptionEncodeProps.getDestination()