Show / Hide Table of Contents

Class CfnPlaybackConfiguration.HlsConfigurationProperty

The configuration for HLS content.

Inheritance
System.Object
CfnPlaybackConfiguration.HlsConfigurationProperty
Implements
CfnPlaybackConfiguration.IHlsConfigurationProperty
Namespace: Amazon.CDK.AWS.MediaTailor
Assembly: Amazon.CDK.AWS.MediaTailor.dll
Syntax (csharp)
public class HlsConfigurationProperty : Object, CfnPlaybackConfiguration.IHlsConfigurationProperty
Syntax (vb)
Public Class HlsConfigurationProperty
    Inherits Object
    Implements CfnPlaybackConfiguration.IHlsConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-hlsconfiguration.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 hlsConfigurationProperty = new HlsConfigurationProperty {
    ManifestEndpointPrefix = "manifestEndpointPrefix"
};

Synopsis

Constructors

HlsConfigurationProperty()

Properties

ManifestEndpointPrefix

The URL that is used to initiate a playback session for devices that support Apple HLS.

Constructors

HlsConfigurationProperty()

public HlsConfigurationProperty()

Properties

ManifestEndpointPrefix

The URL that is used to initiate a playback session for devices that support Apple HLS.

public string ManifestEndpointPrefix { get; set; }
Property Value

System.String

Remarks

The session uses server-side reporting.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-playbackconfiguration-hlsconfiguration.html#cfn-mediatailor-playbackconfiguration-hlsconfiguration-manifestendpointprefix

Implements

CfnPlaybackConfiguration.IHlsConfigurationProperty
Back to top Generated by DocFX