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

ImscStylePassthrough

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

Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output. This option is available only when your input captions are IMSC, SMPTE-TT, or TTML. Disable this setting for simplified output captions.

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

§Type

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