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

SrtStylePassthrough

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

Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.

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

§Type

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