Class CfnChannel.HlsPlaylistSettingsProperty
HLS playlist configuration parameters.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaTailor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class HlsPlaylistSettingsProperty : Object, CfnChannel.IHlsPlaylistSettingsProperty
Syntax (vb)
Public Class HlsPlaylistSettingsProperty
Inherits Object
Implements CfnChannel.IHlsPlaylistSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaTailor;
var hlsPlaylistSettingsProperty = new HlsPlaylistSettingsProperty {
AdMarkupType = new [] { "adMarkupType" },
ManifestWindowSeconds = 123
};
Synopsis
Constructors
Hls |
Properties
Ad |
Determines the type of SCTE 35 tags to use in ad markup. |
Manifest |
The total duration (in seconds) of each manifest. |
Constructors
HlsPlaylistSettingsProperty()
public HlsPlaylistSettingsProperty()
Properties
AdMarkupType
Determines the type of SCTE 35 tags to use in ad markup.
public string[] AdMarkupType { get; set; }
Property Value
System.
Remarks
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).
ManifestWindowSeconds
The total duration (in seconds) of each manifest.
public Nullable<double> ManifestWindowSeconds { get; set; }
Property Value
System.
Remarks
Minimum value: 30
seconds. Maximum value: 3600
seconds.