Class: Aws::MediaLive::Types::TeletextSourceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::TeletextSourceSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Teletext Source Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_rectangle ⇒ Types::CaptionRectangle
Optionally defines a region where TTML style captions will be displayed.
-
#page_number ⇒ String
Specifies the teletext page number within the data stream from which to extract captions.
Instance Attribute Details
#output_rectangle ⇒ Types::CaptionRectangle
Optionally defines a region where TTML style captions will be displayed
12113 12114 12115 12116 12117 12118 |
# File 'lib/aws-sdk-medialive/types.rb', line 12113 class TeletextSourceSettings < Struct.new( :output_rectangle, :page_number) SENSITIVE = [] include Aws::Structure end |
#page_number ⇒ String
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.
12113 12114 12115 12116 12117 12118 |
# File 'lib/aws-sdk-medialive/types.rb', line 12113 class TeletextSourceSettings < Struct.new( :output_rectangle, :page_number) SENSITIVE = [] include Aws::Structure end |