interface WebvttDestinationSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.WebvttDestinationSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_WebvttDestinationSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.WebvttDestinationSettingsProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.WebvttDestinationSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » 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 { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const webvttDestinationSettingsProperty: medialive_mixins.CfnChannelPropsMixin.WebvttDestinationSettingsProperty = {
styleControl: 'styleControl',
};
Properties
| Name | Type | Description |
|---|---|---|
| style | string | Controls 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.

.NET
Go
Java
Python
TypeScript