class Aws::MediaLive::Types::CaptionSelectorSettings

Caption Selector Settings

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

data as a hash:

    {
      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] ancillary_source_settings

Ancillary Source Settings
@return [Types::AncillarySourceSettings]

@!attribute [rw] arib_source_settings

Arib Source Settings
@return [Types::AribSourceSettings]

@!attribute [rw] dvb_sub_source_settings

Dvb Sub Source Settings
@return [Types::DvbSubSourceSettings]

@!attribute [rw] embedded_source_settings

Embedded Source Settings
@return [Types::EmbeddedSourceSettings]

@!attribute [rw] scte_20_source_settings

Scte20 Source Settings
@return [Types::Scte20SourceSettings]

@!attribute [rw] scte_27_source_settings

Scte27 Source Settings
@return [Types::Scte27SourceSettings]

@!attribute [rw] teletext_source_settings

Teletext Source Settings
@return [Types::TeletextSourceSettings]

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

Constants

SENSITIVE