DashTtmlConfiguration
- class aws_cdk.aws_mediapackagev2_alpha.DashTtmlConfiguration(*, ttml_profile)
Bases:
object(experimental) Configuration for TTML subtitles in DASH manifests.
- Parameters:
ttml_profile (
TtmlProfile) – (experimental) 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.- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_mediapackagev2_alpha as mediapackagev2_alpha dash_ttml_configuration = mediapackagev2_alpha.DashTtmlConfiguration( ttml_profile=mediapackagev2_alpha.TtmlProfile.IMSC_1 )
Attributes
- ttml_profile
(experimental) 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.
- Stability:
experimental
- External: