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

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 WebvttDestinationSettings data as a hash:

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

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)


20065
20066
20067
20068
20069
# File 'lib/aws-sdk-medialive/types.rb', line 20065

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