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
- Struct
- Aws::MediaConvert::Types::ImscDestinationSettings
- 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
-
#style_passthrough ⇒ String
Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output.
Instance Attribute Details
#style_passthrough ⇒ String
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