Class CfnChannel.WebvttDestinationSettingsProperty
The configuration of Web VTT captions in the output.
Inheritance
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WebvttDestinationSettingsProperty : Object, CfnChannel.IWebvttDestinationSettingsProperty
Syntax (vb)
Public Class WebvttDestinationSettingsProperty
Inherits Object
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
Webvtt |
Properties
Style |
Controls whether the color and position of the source captions is passed through to the WebVTT output captions. |
Constructors
WebvttDestinationSettingsProperty()
public WebvttDestinationSettingsProperty()
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
System.
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.