Class: Aws::MediaPackageV2::Types::DashTtmlConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::DashTtmlConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
The settings for TTML subtitles.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ttml_profile ⇒ String
The profile that MediaPackage uses when signaling subtitles in the manifest.
Instance Attribute Details
#ttml_profile ⇒ String
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].
1395 1396 1397 1398 1399 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1395 class DashTtmlConfiguration < Struct.new( :ttml_profile) SENSITIVE = [] include Aws::Structure end |