Class CfnChannel.TimecodeBurninSettingsProperty
Inheritance
System.Object
CfnChannel.TimecodeBurninSettingsProperty
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TimecodeBurninSettingsProperty : Object, CfnChannel.ITimecodeBurninSettingsProperty
Syntax (vb)
Public Class TimecodeBurninSettingsProperty
Inherits Object
Implements CfnChannel.ITimecodeBurninSettingsProperty
Remarks
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()
Properties
FontSize
public string FontSize { get; set; }
Property Value
System.String
Remarks
Position
public string Position { get; set; }
Property Value
System.String
Remarks
Prefix
public string Prefix { get; set; }
Property Value
System.String