Class CdiInputResolution
(experimental) Maximum CDI input resolution.
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
Remarks
Stability: Experimental
HD
(experimental) HD resolution.
public static CdiInputResolution HD { get; }
Property Value
Remarks
Stability: Experimental
SD
(experimental) SD resolution.
public static CdiInputResolution SD { get; }
Property Value
Remarks
Stability: Experimental
UHD
(experimental) UHD resolution.
public static CdiInputResolution UHD { 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
Methods
Of(string)
(experimental) A value not yet modelled by AWS CDK.
public static CdiInputResolution Of(string value)
Parameters
- value string
Returns
Remarks
Stability: Experimental