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

Class: Aws::MediaConvert::Types::AncillarySourceSettings

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

Overview

Note:

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

{
  convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
  source_ancillary_channel_number: 1,
  terminate_captions: "END_OF_INPUT", # accepts END_OF_INPUT, DISABLED
}

Settings for ancillary captions source.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#convert_608_to_708String

Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.

Possible values:

  • UPCONVERT
  • DISABLED

Returns:

  • (String)

    Specify whether this set of input captions appears in your outputs in both 608 and 708 format.

#source_ancillary_channel_numberInteger

Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough.

Returns:

  • (Integer)

    Specifies the 608 channel number in the ancillary data track from which to extract captions.

#terminate_captionsString

By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.

Possible values:

  • END_OF_INPUT
  • DISABLED

Returns:

  • (String)

    By default, the service terminates any unterminated captions at the end of each input.