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

CaptionSourceType

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

Use Source (SourceType) to identify the format of your input captions. The service cannot auto-detect caption format.

type CaptionSourceType =
| "ANCILLARY"
| "DVB_SUB"
| "EMBEDDED"
| "SCTE20"
| "SCC"
| "TTML"
| "STL"
| "SRT"
| "SMI"
| "SMPTE_TT"
| "TELETEXT"
| "NULL_SOURCE"
| "IMSC"
| "WEBVTT"

§Type

§
"ANCILLARY" | "DVB_SUB" | "EMBEDDED" | "SCTE20" | "SCC" | "TTML" | "STL" | "SRT" | "SMI" | "SMPTE_TT" | "TELETEXT" | "NULL_SOURCE" | "IMSC" | "WEBVTT" | cmnP.UnexpectedEnumValue
[src]