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
- Struct
- Aws::MediaConvert::Types::TtmlDestinationSettings
- 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
-
#style_passthrough ⇒ String
Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT) to the TTML output.
Instance Attribute Details
#style_passthrough ⇒ String
Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT) to the TTML output.
Possible values:
- ENABLED
- DISABLED