class Aws::MediaLive::Types::CaptionSelector

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

@note When making an API call, you may pass CaptionSelector

data as a hash:

    {
      language_code: "__string",
      name: "__stringMin1", # required
      selector_settings: {
        ancillary_source_settings: {
          source_ancillary_channel_number: 1,
        },
        arib_source_settings: {
        },
        dvb_sub_source_settings: {
          ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
          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: {
          ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
          pid: 1,
        },
        teletext_source_settings: {
          output_rectangle: {
            height: 1.0, # required
            left_offset: 1.0, # required
            top_offset: 1.0, # required
            width: 1.0, # required
          },
          page_number: "__string",
        },
      },
    }

@!attribute [rw] language_code

When specified this field indicates the three letter language code
of the caption track to extract from the source.
@return [String]

@!attribute [rw] name

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.
@return [String]

@!attribute [rw] selector_settings

Caption selector settings.
@return [Types::CaptionSelectorSettings]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CaptionSelector AWS API Documentation

Constants

SENSITIVE