interface WebvttDestinationProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.WebvttDestinationProps |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#WebvttDestinationProps |
Java | software.amazon.awscdk.services.medialive.alpha.WebvttDestinationProps |
Python | aws_cdk.aws_medialive_alpha.WebvttDestinationProps |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป WebvttDestinationProps |
Properties for WebVTT caption output.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
declare const webvttStyleControl: medialive_alpha.WebvttStyleControl;
const webvttDestinationProps: medialive_alpha.WebvttDestinationProps = {
styleControl: webvttStyleControl,
};
Properties
| Name | Type | Description |
|---|---|---|
| style | Webvtt | Whether to pass through source color and position to the WebVTT output. |
styleControl?
Type:
Webvtt
(optional, default: WebvttStyleControl.NO_STYLE_DATA)
Whether to pass through source color and position to the WebVTT output.
PASSTHROUGH is only valid for EMBEDDED or TELETEXT sources.

.NET
Go
Java
Python
TypeScript (