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

Class: Aws::MediaLive::Types::Scte20SourceSettings

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

Overview

Note:

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

{
  convert_608_to_708: "DISABLED", # accepts DISABLED, UPCONVERT
  source_608_channel_number: 1,
}

Scte20 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.

#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.