You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::TtmlDestinationSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TtmlDestinationSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
}

Settings specific to TTML caption outputs, including Pass style information (TtmlStylePassthrough).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#style_passthroughString

Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT) to the TTML output.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT) to the TTML output.