interface DashTtmlConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins.CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediapackagev2/mixins#CfnOriginEndpointPropsMixin_DashTtmlConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediapackagev2.mixins.CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_mediapackagev2.mixins.CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediapackagev2 » mixins » CfnOriginEndpointPropsMixin » DashTtmlConfigurationProperty |
The settings for TTML subtitles.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as mediapackagev2_mixins } from '@aws-cdk/mixins-preview/aws-mediapackagev2';
const dashTtmlConfigurationProperty: mediapackagev2_mixins.CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty = {
ttmlProfile: 'ttmlProfile',
};
Properties
| Name | Type | Description |
|---|---|---|
| ttml | string | The profile that MediaPackage uses when signaling subtitles in the manifest. |
ttmlProfile?
Type:
string
(optional)
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