Method: Aws::MediaConvert::Types::TeletextDestinationSettings#page_number

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

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


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