Interface CfnChannel.HlsPlaylistSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.HlsPlaylistSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.HlsPlaylistSettingsProperty
extends software.amazon.jsii.JsiiSerializable
HLS playlist configuration parameters.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.mediatailor.*; HlsPlaylistSettingsProperty hlsPlaylistSettingsProperty = HlsPlaylistSettingsProperty.builder() .adMarkupType(List.of("adMarkupType")) .manifestWindowSeconds(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.HlsPlaylistSettingsProperty
static final class
An implementation forCfnChannel.HlsPlaylistSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdMarkupType
Determines the type of SCTE 35 tags to use in ad markup.Specify
DATERANGE
to useDATERANGE
tags (for live or VOD content). SpecifySCTE35_ENHANCED
to useEXT-X-CUE-OUT
andEXT-X-CUE-IN
tags (for VOD content only).- See Also:
-
getManifestWindowSeconds
The total duration (in seconds) of each manifest.Minimum value:
30
seconds. Maximum value:3600
seconds.- See Also:
-
builder
-