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

Class: Aws::MediaConvert::Types::ImscDestinationSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ImscDestinationSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
}

Settings specific to IMSC caption outputs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#style_passthroughString

Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output. This option is available only when your input captions are IMSC, SMPTE-TT, or TTML. Disable this setting for simplified output captions.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output.