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

Class: Aws::MediaLive::Types::CaptionDestinationSettings

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

Overview

Note:

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

{
  arib_destination_settings: {
  },
  burn_in_destination_settings: {
    alignment: "CENTERED", # accepts CENTERED, LEFT, SMART
    background_color: "BLACK", # accepts BLACK, NONE, WHITE
    background_opacity: 1,
    font: {
      password_param: "__string",
      uri: "__string", # required
      username: "__string",
    },
    font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
    font_opacity: 1,
    font_resolution: 1,
    font_size: "__string",
    outline_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
    outline_size: 1,
    shadow_color: "BLACK", # accepts BLACK, NONE, WHITE
    shadow_opacity: 1,
    shadow_x_offset: 1,
    shadow_y_offset: 1,
    teletext_grid_control: "FIXED", # accepts FIXED, SCALED
    x_position: 1,
    y_position: 1,
  },
  dvb_sub_destination_settings: {
    alignment: "CENTERED", # accepts CENTERED, LEFT, SMART
    background_color: "BLACK", # accepts BLACK, NONE, WHITE
    background_opacity: 1,
    font: {
      password_param: "__string",
      uri: "__string", # required
      username: "__string",
    },
    font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
    font_opacity: 1,
    font_resolution: 1,
    font_size: "__string",
    outline_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
    outline_size: 1,
    shadow_color: "BLACK", # accepts BLACK, NONE, WHITE
    shadow_opacity: 1,
    shadow_x_offset: 1,
    shadow_y_offset: 1,
    teletext_grid_control: "FIXED", # accepts FIXED, SCALED
    x_position: 1,
    y_position: 1,
  },
  ebu_tt_d_destination_settings: {
    fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
    font_family: "__string",
    style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
  },
  embedded_destination_settings: {
  },
  embedded_plus_scte_20_destination_settings: {
  },
  rtmp_caption_info_destination_settings: {
  },
  scte_20_plus_embedded_destination_settings: {
  },
  scte_27_destination_settings: {
  },
  smpte_tt_destination_settings: {
  },
  teletext_destination_settings: {
  },
  ttml_destination_settings: {
    style_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED
  },
  webvtt_destination_settings: {
  },
}

Caption Destination Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arib_destination_settingsTypes::AribDestinationSettings

Arib Destination Settings

Returns:

#burn_in_destination_settingsTypes::BurnInDestinationSettings

Burn In Destination Settings

Returns:

#dvb_sub_destination_settingsTypes::DvbSubDestinationSettings

Dvb Sub Destination Settings

Returns:

#ebu_tt_d_destination_settingsTypes::EbuTtDDestinationSettings

Ebu Tt DDestination Settings

Returns:

#embedded_destination_settingsTypes::EmbeddedDestinationSettings

Embedded Destination Settings

Returns:

#embedded_plus_scte_20_destination_settingsTypes::EmbeddedPlusScte20DestinationSettings

Embedded Plus Scte20 Destination Settings

Returns:

#rtmp_caption_info_destination_settingsTypes::RtmpCaptionInfoDestinationSettings

Rtmp Caption Info Destination Settings

Returns:

#scte_20_plus_embedded_destination_settingsTypes::Scte20PlusEmbeddedDestinationSettings

Scte20 Plus Embedded Destination Settings

Returns:

#scte_27_destination_settingsTypes::Scte27DestinationSettings

Scte27 Destination Settings

Returns:

#smpte_tt_destination_settingsTypes::SmpteTtDestinationSettings

Smpte Tt Destination Settings

Returns:

#teletext_destination_settingsTypes::TeletextDestinationSettings

Teletext Destination Settings

Returns:

#ttml_destination_settingsTypes::TtmlDestinationSettings

Ttml Destination Settings

Returns:

#webvtt_destination_settingsTypes::WebvttDestinationSettings

Webvtt Destination Settings

Returns: