Class: Aws::MediaLive::Types::WebvttDestinationSettings

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

Overview

Webvtt Destination Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#style_controlString

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.

Returns:

  • (String)


13253
13254
13255
13256
13257
# File 'lib/aws-sdk-medialive/types.rb', line 13253

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