Class CfnChannel.HlsPlaylistSettingsProperty
HLS playlist configuration parameters.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaTailor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.HlsPlaylistSettingsProperty : CfnChannel.IHlsPlaylistSettingsProperty
Syntax (vb)
Public Class CfnChannel.HlsPlaylistSettingsProperty 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
| HlsPlaylistSettingsProperty() | HLS playlist configuration parameters. |
Properties
| AdMarkupType | Determines the type of SCTE 35 tags to use in ad markup. |
| ManifestWindowSeconds | The total duration (in seconds) of each manifest. |
Constructors
HlsPlaylistSettingsProperty()
HLS playlist configuration parameters.
public HlsPlaylistSettingsProperty()
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
};
Properties
AdMarkupType
Determines the type of SCTE 35 tags to use in ad markup.
public string[]? AdMarkupType { get; set; }
Property Value
string[]
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 double? ManifestWindowSeconds { get; set; }
Property Value
Remarks
Minimum value: 30 seconds. Maximum value: 3600 seconds.