Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TeletextSourceSettings

import type { TeletextSourceSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Teletext Source Settings

interface TeletextSourceSettings {
OutputRectangle?: CaptionRectangle | null;
PageNumber?: string | null;
}

§Properties

§
OutputRectangle?: CaptionRectangle | null
[src]

Optionally defines a region where TTML style captions will be displayed

§
PageNumber?: string | null
[src]

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.