Uses of Class
software.amazon.awscdk.services.medialive.alpha.HlsSettings
Packages that use HlsSettings
Package
Description
AWS::MediaLive Construct Library
-
Uses of HlsSettings in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return HlsSettingsModifier and TypeMethodDescriptionstatic HlsSettingsHlsSettings.audioOnly()(experimental) Settings for an audio-only HLS rendition.static HlsSettingsHlsSettings.audioOnly(AudioOnlyHlsSettingsProps props) (experimental) Settings for an audio-only HLS rendition.static HlsSettingsHlsSettings.fmp4()(experimental) Settings for an fMP4 HLS output.static HlsSettingsHlsSettings.fmp4(Fmp4HlsSettingsProps props) (experimental) Settings for an fMP4 HLS output.static HlsSettingsHlsSettings.frameCapture()(experimental) Settings for a frame-capture output in an HLS output group.default HlsSettingsHlsOutputDefinition.getHlsSettings()(experimental) The per-output HLS settings (standard, audio-only, fMP4, or frame-capture).final HlsSettingsHlsOutputDefinition.Jsii$Proxy.getHlsSettings()static HlsSettingsHlsSettings.standard()(experimental) Settings for a standard (video) HLS output.static HlsSettingsHlsSettings.standard(StandardHlsSettingsProps props) (experimental) Settings for a standard (video) HLS output.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type HlsSettingsModifier and TypeMethodDescriptionHlsOutputDefinition.Builder.hlsSettings(HlsSettings hlsSettings) Sets the value ofHlsOutputDefinition.getHlsSettings()