Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Class: Aws::MediaConvert::Types::TeletextDestinationSettings

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

Overview

Note:

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

{
  page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
  page_types: ["PAGE_TYPE_INITIAL"], # accepts PAGE_TYPE_INITIAL, PAGE_TYPE_SUBTITLE, PAGE_TYPE_ADDL_INFO, PAGE_TYPE_PROGRAM_SCHEDULE, PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE
}

Settings for Teletext caption output

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#page_numberString

Set pageNumber to the Teletext page number for the destination captions for this output. This value must be a three-digit hexadecimal string; strings ending in -FF are invalid. If you are passing through the entire set of Teletext data, do not use this field.

Returns:

  • (String)

    Set pageNumber to the Teletext page number for the destination captions for this output.

#page_typesArray<String>

Specify the page types for this Teletext page. If you don\'t specify a value here, the service sets the page type to the default value Subtitle (PAGE_TYPE_SUBTITLE). If you pass through the entire set of Teletext data, don\'t use this field. When you pass through a set of Teletext pages, your output has the same page types as your input.

Returns:

  • (Array<String>)

    Specify the page types for this Teletext page.