Class TimecodeBurninPosition
(experimental) Position for timecode burn-in overlay.
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class TimecodeBurninPosition : DeputyBase
Syntax (vb)
Public Class TimecodeBurninPosition 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 timecodeBurninPosition = TimecodeBurninPosition.BOTTOM_CENTER;
Synopsis
Properties
| BOTTOM_CENTER | (experimental) Bottom center. |
| BOTTOM_LEFT | (experimental) Bottom left. |
| BOTTOM_RIGHT | (experimental) Bottom right. |
| MIDDLE_CENTER | (experimental) Middle center. |
| MIDDLE_LEFT | (experimental) Middle left. |
| MIDDLE_RIGHT | (experimental) Middle right. |
| TOP_CENTER | (experimental) Top center. |
| TOP_LEFT | (experimental) Top left. |
| TOP_RIGHT | (experimental) Top right. |
| Value | (experimental) The underlying string value passed to CloudFormation. |
Methods
| Of(string) | (experimental) A value not yet modelled by AWS CDK. |
Properties
BOTTOM_CENTER
(experimental) Bottom center.
public static TimecodeBurninPosition BOTTOM_CENTER { get; }
Property Value
Remarks
Stability: Experimental
BOTTOM_LEFT
(experimental) Bottom left.
public static TimecodeBurninPosition BOTTOM_LEFT { get; }
Property Value
Remarks
Stability: Experimental
BOTTOM_RIGHT
(experimental) Bottom right.
public static TimecodeBurninPosition BOTTOM_RIGHT { get; }
Property Value
Remarks
Stability: Experimental
MIDDLE_CENTER
(experimental) Middle center.
public static TimecodeBurninPosition MIDDLE_CENTER { get; }
Property Value
Remarks
Stability: Experimental
MIDDLE_LEFT
(experimental) Middle left.
public static TimecodeBurninPosition MIDDLE_LEFT { get; }
Property Value
Remarks
Stability: Experimental
MIDDLE_RIGHT
(experimental) Middle right.
public static TimecodeBurninPosition MIDDLE_RIGHT { get; }
Property Value
Remarks
Stability: Experimental
TOP_CENTER
(experimental) Top center.
public static TimecodeBurninPosition TOP_CENTER { get; }
Property Value
Remarks
Stability: Experimental
TOP_LEFT
(experimental) Top left.
public static TimecodeBurninPosition TOP_LEFT { get; }
Property Value
Remarks
Stability: Experimental
TOP_RIGHT
(experimental) Top right.
public static TimecodeBurninPosition TOP_RIGHT { 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 TimecodeBurninPosition Of(string value)
Parameters
- value string
Returns
Remarks
Stability: Experimental