Class: Aws::MediaConvert::Types::TtmlDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::TtmlDestinationSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Settings related to TTML captions. TTML is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#style_passthrough ⇒ String
Pass through style and position information from a TTML-like input source (TTML, IMSC, 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, IMSC, SMPTE-TT) to the TTML output.
12387 12388 12389 12390 12391 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12387 class TtmlDestinationSettings < Struct.new( :style_passthrough) SENSITIVE = [] include Aws::Structure end |