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

Class: Aws::MediaLive::Types::CaptionSelector

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

Overview

Note:

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

{
  language_code: "__string",
  name: "__stringMin1", # required
  selector_settings: {
    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",
    },
  },
}

Output groups for this Live Event. Output groups contain information about where streams should be distributed.

Instance Attribute Summary collapse

Instance Attribute Details

#language_codeString

When specified this field indicates the three letter language code of the caption track to extract from the source.

Returns:

  • (String)

    When specified this field indicates the three letter language code of the caption track to extract from the source.

#nameString

Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.

Returns:

  • (String)

    Name identifier for a caption selector.

#selector_settingsTypes::CaptionSelectorSettings

Caption selector settings.

Returns: