Class: Aws::MediaLive::Types::WebvttDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::WebvttDestinationSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Webvtt Destination Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#style_control ⇒ String
Controls whether the color and position of the source captions is passed through to the WebVTT output captions.
Instance Attribute Details
#style_control ⇒ String
Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don’t pass through the style. The output captions will not contain any font styling information.
13574 13575 13576 13577 13578 |
# File 'lib/aws-sdk-medialive/types.rb', line 13574 class WebvttDestinationSettings < Struct.new( :style_control) SENSITIVE = [] include Aws::Structure end |