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

BurninSubtitleTeletextSpacing

import type { BurninSubtitleTeletextSpacing } 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.

type BurninSubtitleTeletextSpacing =
| "FIXED_GRID"
| "PROPORTIONAL"
| "AUTO"

§Type

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