Class CfnChannel.WebvttDestinationSettingsProperty
The configuration of Web VTT captions in the output.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.WebvttDestinationSettingsProperty : CfnChannel.IWebvttDestinationSettingsProperty
Syntax (vb)
Public Class CfnChannel.WebvttDestinationSettingsProperty Implements CfnChannel.IWebvttDestinationSettingsProperty
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 webvttDestinationSettingsProperty = new WebvttDestinationSettingsProperty {
StyleControl = "styleControl"
};
Synopsis
Constructors
WebvttDestinationSettingsProperty() | The configuration of Web VTT captions in the output. |
Properties
StyleControl | Controls whether the color and position of the source captions is passed through to the WebVTT output captions. |
Constructors
WebvttDestinationSettingsProperty()
The configuration of Web VTT captions in the output.
public WebvttDestinationSettingsProperty()
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 webvttDestinationSettingsProperty = new WebvttDestinationSettingsProperty {
StyleControl = "styleControl"
};
Properties
StyleControl
Controls whether the color and position of the source captions is passed through to the WebVTT output captions.
public string? StyleControl { get; set; }
Property Value
Remarks
PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.