interface DashTtmlConfiguration
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaPackageV2.Alpha.DashTtmlConfiguration |
Go | github.com/aws/aws-cdk-go/awsmediapackagev2alpha/v2#DashTtmlConfiguration |
Java | software.amazon.awscdk.services.mediapackagev2.alpha.DashTtmlConfiguration |
Python | aws_cdk.aws_mediapackagev2_alpha.DashTtmlConfiguration |
TypeScript (source) | @aws-cdk/aws-mediapackagev2-alpha ยป DashTtmlConfiguration |
Configuration for TTML subtitles in DASH manifests.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as mediapackagev2_alpha from '@aws-cdk/aws-mediapackagev2-alpha';
const dashTtmlConfiguration: mediapackagev2_alpha.DashTtmlConfiguration = {
ttmlProfile: mediapackagev2_alpha.TtmlProfile.IMSC_1,
};
Properties
| Name | Type | Description |
|---|---|---|
| ttml | Ttml | The profile that MediaPackage uses when signaling subtitles in the manifest. |
ttmlProfile
Type:
Ttml
The profile that MediaPackage uses when signaling subtitles in the manifest.
IMSC is the default profile. EBU-TT-D produces subtitles that are compliant with the EBU-TT-D TTML profile. MediaPackage passes through subtitle styles to the manifest. For more information about EBU-TT-D subtitles, see EBU-TT-D Subtitling Distribution Format.

.NET
Go
Java
Python
TypeScript (