Class InputCodec
(experimental) The codec for the input specification.
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class InputCodec : DeputyBase
Syntax (vb)
Public Class InputCodec 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 inputCodec = InputCodec.AVC;
Synopsis
Properties
| AVC | (experimental) AVC (H.264). |
| HEVC | (experimental) HEVC (H.265). |
| MPEG2 | (experimental) MPEG2. |
| Value | (experimental) The underlying string value passed to CloudFormation. |
Methods
| Of(string) | (experimental) A value not yet modelled by AWS CDK. |
Properties
AVC
(experimental) AVC (H.264).
public static InputCodec AVC { get; }
Property Value
Remarks
Stability: Experimental
HEVC
(experimental) HEVC (H.265).
public static InputCodec HEVC { get; }
Property Value
Remarks
Stability: Experimental
MPEG2
(experimental) MPEG2.
public static InputCodec MPEG2 { 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 InputCodec Of(string value)
Parameters
- value string
Returns
Remarks
Stability: Experimental