Show / Hide Table of Contents

Class CfnChannel.TtmlDestinationSettingsProperty

The setup of TTML captions in the output.

Inheritance
System.Object
CfnChannel.TtmlDestinationSettingsProperty
Implements
CfnChannel.ITtmlDestinationSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public class TtmlDestinationSettingsProperty : Object, CfnChannel.ITtmlDestinationSettingsProperty
Syntax (vb)
Public Class TtmlDestinationSettingsProperty
    Inherits Object
    Implements CfnChannel.ITtmlDestinationSettingsProperty
Remarks

The parent of this entity is CaptionDestinationSettings.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ttmldestinationsettings.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 ttmlDestinationSettingsProperty = new TtmlDestinationSettingsProperty {
    StyleControl = "styleControl"
};

Synopsis

Constructors

TtmlDestinationSettingsProperty()

Properties

StyleControl

When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.

Constructors

TtmlDestinationSettingsProperty()

public TtmlDestinationSettingsProperty()

Properties

StyleControl

When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.

public string StyleControl { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ttmldestinationsettings.html#cfn-medialive-channel-ttmldestinationsettings-stylecontrol

Implements

CfnChannel.ITtmlDestinationSettingsProperty
Back to top Generated by DocFX