interface DashSubtitleConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaPackageV2.CfnOriginEndpoint.DashSubtitleConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackagev2#CfnOriginEndpoint_DashSubtitleConfigurationProperty |
Java | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty |
Python | aws_cdk.aws_mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty |
TypeScript | aws-cdk-lib » aws_mediapackagev2 » CfnOriginEndpoint » DashSubtitleConfigurationProperty |
The configuration for DASH subtitles.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackagev2 as mediapackagev2 } from 'aws-cdk-lib';
const dashSubtitleConfigurationProperty: mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty = {
ttmlConfiguration: {
ttmlProfile: 'ttmlProfile',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| ttml | IResolvable | Dash | Settings for TTML subtitles. |
ttmlConfiguration?
Type:
IResolvable | Dash
(optional)
Settings for TTML subtitles.

.NET
Go
Java
Python
TypeScript