Show / Hide Table of Contents

Class SdiMode

(experimental) Mode when quad SDI input is selected.

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

Synopsis

Properties

INTERLEAVE

(experimental) Interleave mode.

QUADRANT

(experimental) Quadrant mode.

Value

(experimental) The underlying string value passed to CloudFormation.

Methods

Of(string)

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

Properties

INTERLEAVE

(experimental) Interleave mode.

public static SdiMode INTERLEAVE { get; }
Property Value

SdiMode

Remarks

Stability: Experimental

QUADRANT

(experimental) Quadrant mode.

public static SdiMode QUADRANT { get; }
Property Value

SdiMode

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

SdiMode

Remarks

Stability: Experimental

Back to top Generated by DocFX