Class: Aws::MediaConvert::Types::TeletextSourceSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb

Overview

Settings specific to Teletext caption sources, including Page number.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#page_numberString

Use Page Number to specify the three-digit hexadecimal page number that will be used for Teletext captions. Do not use this setting if you are passing through teletext from the input source to output.

Returns:

  • (String)


11866
11867
11868
11869
11870
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11866

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