aws-cdk-lib.aws_medialive.CfnChannel.WebvttDestinationSettingsProperty

interface WebvttDestinationSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.WebvttDestinationSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_WebvttDestinationSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.WebvttDestinationSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.WebvttDestinationSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » WebvttDestinationSettingsProperty

The configuration of Web VTT captions in the output.

The parent of this entity is CaptionDestinationSettings.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const webvttDestinationSettingsProperty: medialive.CfnChannel.WebvttDestinationSettingsProperty = {
  styleControl: 'styleControl',
};

Properties

NameTypeDescription
styleControl?stringControls whether the color and position of the source captions is passed through to the WebVTT output captions.

styleControl?

Type: string (optional)

Controls whether the color and position of the source captions is passed through to the WebVTT output captions.

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.