Class RespondToAfd
(experimental) How to respond to AFD values in the input stream.
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class RespondToAfd : DeputyBase
Syntax (vb)
Public Class RespondToAfd 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 respondToAfd = RespondToAfd.NONE;
Synopsis
Properties
| NONE | (experimental) Ignore AFD values. |
| PASSTHROUGH | (experimental) Pass AFD values through without clipping. |
| RESPOND | (experimental) Clip input video based on AFD values. |
| Value | (experimental) The underlying string value passed to CloudFormation. |
Methods
| Of(string) | (experimental) A value not yet modelled by AWS CDK. |
Properties
NONE
(experimental) Ignore AFD values.
public static RespondToAfd NONE { get; }
Property Value
Remarks
Stability: Experimental
PASSTHROUGH
(experimental) Pass AFD values through without clipping.
public static RespondToAfd PASSTHROUGH { get; }
Property Value
Remarks
Stability: Experimental
RESPOND
(experimental) Clip input video based on AFD values.
public static RespondToAfd RESPOND { 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 RespondToAfd Of(string value)
Parameters
- value string
Returns
Remarks
Stability: Experimental