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

Class: Aws::MediaLive::Types::EmbeddedSourceSettings

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

Overview

Note:

When passing EmbeddedSourceSettings as input to an Aws::Client method, you can use a vanilla 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,
}

Embedded Source Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#convert_608_to_708String

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.

Possible values:

  • DISABLED
  • UPCONVERT

Returns:

  • (String)

    If upconvert, 608 data is both passed through via the \"608 compatibility bytes\" fields of the 708 wrapper as well as translated into 708.

#scte_20_detectionString

Set to \"auto\" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.

Possible values:

  • AUTO
  • OFF

Returns:

  • (String)

    Set to \"auto\" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.

#source_608_channel_numberInteger

Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.

Returns:

  • (Integer)

    Specifies the 608/708 channel number within the video track from which to extract captions.

#source_608_track_numberInteger

This field is unused and deprecated.

Returns:

  • (Integer)

    This field is unused and deprecated.