Class: Aws::MediaPackageV2::Types::DashTtmlConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagev2/types.rb

Overview

The settings for TTML subtitles.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ttml_profileString

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].

[1]: tech.ebu.ch/publications/tech3380

Returns:

  • (String)


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