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

DvbSubtitleTeletextSpacing

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

Specify whether the Text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to read for closed captions. Within your job settings, all of your DVB-Sub settings must be identical.

type DvbSubtitleTeletextSpacing =
| "FIXED_GRID"
| "PROPORTIONAL"
| "AUTO"

§Type

§
"FIXED_GRID" | "PROPORTIONAL" | "AUTO" | cmnP.UnexpectedEnumValue
[src]