Uses of Class
software.amazon.awscdk.services.medialive.alpha.CaptionSelector
Packages that use CaptionSelector
Package
Description
AWS::MediaLive Construct Library
-
Uses of CaptionSelector in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return CaptionSelectorModifier and TypeMethodDescriptionstatic CaptionSelector(experimental) Select ancillary captions.static CaptionSelectorCaptionSelector.ancillary(String name, AncillaryCaptionSourceOptions options) (experimental) Select ancillary captions.static CaptionSelector(experimental) Select ARIB captions.static CaptionSelectorCaptionSelector.byLanguage(String name, String languageCode) (experimental) Select captions by language code (no specific source format).static CaptionSelector(experimental) Select DVB-Sub (image-based) captions.static CaptionSelectorCaptionSelector.dvbSub(String name, DvbSubCaptionSourceOptions options) (experimental) Select DVB-Sub (image-based) captions.static CaptionSelector(experimental) Select embedded (CEA-608/708) captions.static CaptionSelectorCaptionSelector.embedded(String name, EmbeddedCaptionSourceOptions options) (experimental) Select embedded (CEA-608/708) captions.static CaptionSelector(experimental) Select SCTE-20 captions.static CaptionSelectorCaptionSelector.scte20(String name, Scte20CaptionSourceOptions options) (experimental) Select SCTE-20 captions.static CaptionSelector(experimental) Select SCTE-27 (image-based) captions.static CaptionSelectorCaptionSelector.scte27(String name, Scte27CaptionSourceOptions options) (experimental) Select SCTE-27 (image-based) captions.static CaptionSelectorCaptionSelector.smartSubtitle(String name) (experimental) Select smart subtitles generated by Elemental Inference.static CaptionSelectorCaptionSelector.smartSubtitle(String name, SmartSubtitleSourceOptions options) (experimental) Select smart subtitles generated by Elemental Inference.static CaptionSelector(experimental) Select Teletext captions.static CaptionSelectorCaptionSelector.teletext(String name, TeletextCaptionSourceOptions options) (experimental) Select Teletext captions.Methods in software.amazon.awscdk.services.medialive.alpha that return types with arguments of type CaptionSelectorModifier and TypeMethodDescriptiondefault List<CaptionSelector> InputAttachment.getCaptionSelectors()(experimental) Caption selectors to extract specific caption tracks from the input.final List<CaptionSelector> InputAttachment.Jsii$Proxy.getCaptionSelectors()Method parameters in software.amazon.awscdk.services.medialive.alpha with type arguments of type CaptionSelectorModifier and TypeMethodDescriptionInputAttachment.Builder.captionSelectors(List<? extends CaptionSelector> captionSelectors) Sets the value ofInputAttachment.getCaptionSelectors()