Class: Aws::MediaLive::Types::TeletextSourceSettings

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

Overview

Teletext Source Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_rectangleTypes::CaptionRectangle

Optionally defines a region where TTML style captions will be displayed



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

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

#page_numberString

Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no "0x" prefix.

Returns:

  • (String)


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

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