Show / Hide Table of Contents

Class CdiInputResolution

(experimental) Maximum CDI input resolution.

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

Synopsis

Properties

FHD

(experimental) Full HD resolution.

HD

(experimental) HD resolution.

SD

(experimental) SD resolution.

UHD

(experimental) UHD resolution.

Value

(experimental) The underlying string value passed to CloudFormation.

Methods

Of(string)

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

Properties

FHD

(experimental) Full HD resolution.

public static CdiInputResolution FHD { get; }
Property Value

CdiInputResolution

Remarks

Stability: Experimental

HD

(experimental) HD resolution.

public static CdiInputResolution HD { get; }
Property Value

CdiInputResolution

Remarks

Stability: Experimental

SD

(experimental) SD resolution.

public static CdiInputResolution SD { get; }
Property Value

CdiInputResolution

Remarks

Stability: Experimental

UHD

(experimental) UHD resolution.

public static CdiInputResolution UHD { get; }
Property Value

CdiInputResolution

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

CdiInputResolution

Remarks

Stability: Experimental

Back to top Generated by DocFX