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

Class: Aws::MediaLive::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_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED
}

Ttml Destination Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#style_controlString

When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.

Possible values:

  • PASSTHROUGH
  • USE_CONFIGURED

Returns:

  • (String)

    When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.