interface TtmlDestinationProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.TtmlDestinationProps |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#TtmlDestinationProps |
Java | software.amazon.awscdk.services.medialive.alpha.TtmlDestinationProps |
Python | aws_cdk.aws_medialive_alpha.TtmlDestinationProps |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป TtmlDestinationProps |
Properties for TTML 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 ttmlStyleControl: medialive_alpha.TtmlStyleControl;
const ttmlDestinationProps: medialive_alpha.TtmlDestinationProps = {
styleControl: ttmlStyleControl,
};
Properties
| Name | Type | Description |
|---|---|---|
| style | Ttml | Whether to pass through style and position from a TTML-like source. |
styleControl?
Type:
Ttml
(optional, default: TtmlStyleControl.PASSTHROUGH)
Whether to pass through style and position from a TTML-like source.

.NET
Go
Java
Python
TypeScript (