interface DashSubtitleConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackagev2#CfnOriginEndpoint_DashSubtitleConfigurationProperty |
![]() | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty |
![]() | aws_cdk.aws_mediapackagev2.CfnOriginEndpoint.DashSubtitleConfigurationProperty |
![]() | 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.