Show / Hide Table of Contents

Class InputCodec

(experimental) The codec for the input specification.

Inheritance
object
InputCodec
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

InputCodec

Remarks

Stability: Experimental

HEVC

(experimental) HEVC (H.265).

public static InputCodec HEVC { get; }
Property Value

InputCodec

Remarks

Stability: Experimental

MPEG2

(experimental) MPEG2.

public static InputCodec MPEG2 { get; }
Property Value

InputCodec

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

InputCodec

Remarks

Stability: Experimental

Back to top Generated by DocFX