Class SdiMode
(experimental) Mode when quad SDI input is selected.
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
Remarks
Stability: Experimental
QUADRANT
(experimental) Quadrant mode.
public static SdiMode QUADRANT { get; }
Property Value
Remarks
Stability: Experimental
Value
(experimental) The underlying string value passed to CloudFormation.
public virtual string Value { get; }
Property Value
Remarks
Stability: Experimental