class Aws::MediaLive::Types::TeletextSourceSettings

Teletext Source Settings

@note When making an API call, you may pass TeletextSourceSettings

data as a hash:

    {
      output_rectangle: {
        height: 1.0, # required
        left_offset: 1.0, # required
        top_offset: 1.0, # required
        width: 1.0, # required
      },
      page_number: "__string",
    }

@!attribute [rw] output_rectangle

Optionally defines a region where TTML style captions will be
displayed
@return [Types::CaptionRectangle]

@!attribute [rw] page_number

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/TeletextSourceSettings AWS API Documentation

Constants

SENSITIVE