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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#style_passthroughString

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

Returns:

  • (String)


12051
12052
12053
12054
12055
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12051

class TtmlDestinationSettings < Struct.new(
  :style_passthrough)
  SENSITIVE = []
  include Aws::Structure
end