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

TeletextDestinationSettings

import type { TeletextDestinationSettings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Settings related to teletext captions. Set up teletext captions in the same output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/teletext-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to TELETEXT.

interface TeletextDestinationSettings {
PageNumber?: string | null;
PageTypes?: TeletextPageType[] | null;
}

§Properties

§
PageNumber?: string | null
[src]

Set pageNumber to the Teletext page number for the destination captions for this output. This value must be a three-digit hexadecimal string; strings ending in -FF are invalid. If you are passing through the entire set of Teletext data, do not use this field.

§
PageTypes?: TeletextPageType[] | null
[src]

Specify the page types for this Teletext page. If you don't specify a value here, the service sets the page type to the default value Subtitle (PAGE_TYPE_SUBTITLE). If you pass through the entire set of Teletext data, don't use this field. When you pass through a set of Teletext pages, your output has the same page types as your input.