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

Class: Aws::MediaLive::Types::CaptionSelectorSettings

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

Overview

Note:

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

{
  ancillary_source_settings: {
    source_ancillary_channel_number: 1,
  },
  arib_source_settings: {
  },
  dvb_sub_source_settings: {
    pid: 1,
  },
  embedded_source_settings: {
    convert_608_to_708: "DISABLED", # accepts DISABLED, UPCONVERT
    scte_20_detection: "AUTO", # accepts AUTO, OFF
    source_608_channel_number: 1,
    source_608_track_number: 1,
  },
  scte_20_source_settings: {
    convert_608_to_708: "DISABLED", # accepts DISABLED, UPCONVERT
    source_608_channel_number: 1,
  },
  scte_27_source_settings: {
    pid: 1,
  },
  teletext_source_settings: {
    page_number: "__string",
  },
}

Caption Selector Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ancillary_source_settingsTypes::AncillarySourceSettings

Ancillary Source Settings

Returns:

#arib_source_settingsTypes::AribSourceSettings

Arib Source Settings

Returns:

#dvb_sub_source_settingsTypes::DvbSubSourceSettings

Dvb Sub Source Settings

Returns:

#embedded_source_settingsTypes::EmbeddedSourceSettings

Embedded Source Settings

Returns:

#scte_20_source_settingsTypes::Scte20SourceSettings

Scte20 Source Settings

Returns:

#scte_27_source_settingsTypes::Scte27SourceSettings

Scte27 Source Settings

Returns:

#teletext_source_settingsTypes::TeletextSourceSettings

Teletext Source Settings

Returns: