Show / Hide Table of Contents

Class HlsTsFileMode

(experimental) HLS TS file mode.

Inheritance
object
HlsTsFileMode
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class HlsTsFileMode : DeputyBase
Syntax (vb)
Public Class HlsTsFileMode Inherits DeputyBase
Remarks

Stability: Experimental

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.MediaLive.Alpha;

             var hlsTsFileMode = HlsTsFileMode.Of("value");

Synopsis

Properties

SEGMENTED_FILES

(experimental) Segmented files.

SINGLE_FILE

(experimental) Single file.

Value

(experimental) The underlying string value passed to CloudFormation.

Methods

Of(string)

(experimental) A value not yet modelled by AWS CDK.

Properties

SEGMENTED_FILES

(experimental) Segmented files.

public static HlsTsFileMode SEGMENTED_FILES { get; }
Property Value

HlsTsFileMode

Remarks

Stability: Experimental

SINGLE_FILE

(experimental) Single file.

public static HlsTsFileMode SINGLE_FILE { get; }
Property Value

HlsTsFileMode

Remarks

Stability: Experimental

Value

(experimental) The underlying string value passed to CloudFormation.

public virtual string Value { get; }
Property Value

string

Remarks

Stability: Experimental

Methods

Of(string)

(experimental) A value not yet modelled by AWS CDK.

public static HlsTsFileMode Of(string value)
Parameters
value string
Returns

HlsTsFileMode

Remarks

Stability: Experimental

Back to top Generated by DocFX