Show / Hide Table of Contents

Class Eac3SurroundMode

(experimental) EAC3 surround mode.

Inheritance
object
Eac3SurroundMode
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class Eac3SurroundMode : DeputyBase
Syntax (vb)
Public Class Eac3SurroundMode 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 eac3SurroundMode = Eac3SurroundMode.DISABLED;

Synopsis

Properties

DISABLED

(experimental) Disabled.

ENABLED

(experimental) Enabled.

NOT_INDICATED

(experimental) Not indicated.

Value

(experimental) The underlying string value passed to CloudFormation.

Methods

Of(string)

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

Properties

DISABLED

(experimental) Disabled.

public static Eac3SurroundMode DISABLED { get; }
Property Value

Eac3SurroundMode

Remarks

Stability: Experimental

ENABLED

(experimental) Enabled.

public static Eac3SurroundMode ENABLED { get; }
Property Value

Eac3SurroundMode

Remarks

Stability: Experimental

NOT_INDICATED

(experimental) Not indicated.

public static Eac3SurroundMode NOT_INDICATED { get; }
Property Value

Eac3SurroundMode

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 Eac3SurroundMode Of(string value)
Parameters
value string
Returns

Eac3SurroundMode

Remarks

Stability: Experimental

Back to top Generated by DocFX