Show / Hide Table of Contents

Class CfnChannel.HlsPlaylistSettingsProperty

HLS playlist configuration parameters.

Inheritance
object
CfnChannel.HlsPlaylistSettingsProperty
Implements
CfnChannel.IHlsPlaylistSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-hlsplaylistsettings.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-hlsplaylistsettings.html

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).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-hlsplaylistsettings.html#cfn-mediatailor-channel-hlsplaylistsettings-admarkuptype

ManifestWindowSeconds

The total duration (in seconds) of each manifest.

public double? ManifestWindowSeconds { get; set; }
Property Value

double?

Remarks

Minimum value: 30 seconds. Maximum value: 3600 seconds.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-hlsplaylistsettings.html#cfn-mediatailor-channel-hlsplaylistsettings-manifestwindowseconds

Implements

CfnChannel.IHlsPlaylistSettingsProperty
Back to top Generated by DocFX