Class CfnChannel.TtmlDestinationSettingsProperty
The setup of TTML captions in the output.
Inheritance
System.Object
CfnChannel.TtmlDestinationSettingsProperty
Implements
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.
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
Ttml |
Properties
Style |
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.