Class: Aws::MediaLive::Types::TtmlDestinationSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass TtmlDestinationSettings data as a hash:

{
  style_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED
}

Ttml Destination Settings

Constant Summary collapse

SENSITIVE =
[]

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.

Returns:

  • (String)


17387
17388
17389
17390
17391
# File 'lib/aws-sdk-medialive/types.rb', line 17387

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