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

TtmlStylePassthrough

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

Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.

type TtmlStylePassthrough = "ENABLED" | "DISABLED" | cmnP.UnexpectedEnumValue;

§Type

§
"ENABLED" | "DISABLED" | cmnP.UnexpectedEnumValue
[src]