Show / Hide Table of Contents

Class CfnChannel.WebvttDestinationSettingsProperty

The configuration of Web VTT captions in the output.

Inheritance
object
CfnChannel.WebvttDestinationSettingsProperty
Implements
CfnChannel.IWebvttDestinationSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-webvttdestinationsettings.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 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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-webvttdestinationsettings.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 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

string

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.

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

Implements

CfnChannel.IWebvttDestinationSettingsProperty
Back to top Generated by DocFX