class Aws::MediaLive::Types::EmbeddedSourceSettings

Embedded Source Settings

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

data as a hash:

    {
      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,
    }

@!attribute [rw] convert_608_to_708

If upconvert, 608 data is both passed through via the "608
compatibility bytes" fields of the 708 wrapper as well as
translated into 708. 708 data present in the source content will be
discarded.
@return [String]

@!attribute [rw] scte_20_detection

Set to "auto" to handle streams with intermittent and/or
non-aligned SCTE-20 and Embedded captions.
@return [String]

@!attribute [rw] source_608_channel_number

Specifies the 608/708 channel number within the video track from
which to extract captions. Unused for passthrough.
@return [Integer]

@!attribute [rw] source_608_track_number

This field is unused and deprecated.
@return [Integer]

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

Constants

SENSITIVE