Method: Aws::MediaConvert::Types::TeletextDestinationSettings#page_types

Defined in:
lib/aws-sdk-mediaconvert/types.rb

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


13155
13156
13157
13158
13159
13160
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13155

class TeletextDestinationSettings < Struct.new(
  :page_number,
  :page_types)
  SENSITIVE = []
  include Aws::Structure
end