Show / Hide Table of Contents

Class CfnChannel.TimecodeBurninSettingsProperty

Inheritance
object
CfnChannel.TimecodeBurninSettingsProperty
Implements
CfnChannel.ITimecodeBurninSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.TimecodeBurninSettingsProperty : CfnChannel.ITimecodeBurninSettingsProperty
Syntax (vb)
Public Class CfnChannel.TimecodeBurninSettingsProperty Implements CfnChannel.ITimecodeBurninSettingsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-timecodeburninsettings.html

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;

             var timecodeBurninSettingsProperty = new TimecodeBurninSettingsProperty {
                 FontSize = "fontSize",
                 Position = "position",
                 Prefix = "prefix"
             };

Synopsis

Constructors

TimecodeBurninSettingsProperty()

Properties

FontSize
Position
Prefix

Constructors

TimecodeBurninSettingsProperty()

public TimecodeBurninSettingsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-timecodeburninsettings.html

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;

             var timecodeBurninSettingsProperty = new TimecodeBurninSettingsProperty {
                 FontSize = "fontSize",
                 Position = "position",
                 Prefix = "prefix"
             };

Properties

FontSize

public string? FontSize { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-timecodeburninsettings.html#cfn-medialive-channel-timecodeburninsettings-fontsize

Position

public string? Position { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-timecodeburninsettings.html#cfn-medialive-channel-timecodeburninsettings-position

Prefix

public string? Prefix { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-timecodeburninsettings.html#cfn-medialive-channel-timecodeburninsettings-prefix

Implements

CfnChannel.ITimecodeBurninSettingsProperty
Back to top Generated by DocFX