Channel Hls Playlist Settings Args
data class ChannelHlsPlaylistSettingsArgs(val adMarkupType: Output<List<ChannelAdMarkupType>>? = null, val manifestWindowSeconds: Output<Double>? = null) : ConvertibleToJava<ChannelHlsPlaylistSettingsArgs>
HLS playlist configuration parameters.
Constructors
Link copied to clipboard
constructor(adMarkupType: Output<List<ChannelAdMarkupType>>? = null, manifestWindowSeconds: Output<Double>? = null)
Properties
Link copied to clipboard
Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE
to use DATERANGE
tags (for live or VOD content). Specify SCTE35_ENHANCED
to use EXT-X-CUE-OUT
and EXT-X-CUE-IN
tags (for VOD content only).
Link copied to clipboard
The total duration (in seconds) of each manifest. Minimum value: 30
seconds. Maximum value: 3600
seconds.