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

ContainerType

import type { ContainerType } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mediaconvert.ts";
type ContainerType =
| "F4V"
| "ISMV"
| "M2TS"
| "M3U8"
| "CMFC"
| "MOV"
| "MP4"
| "MPD"
| "MXF"
| "WEBM"
| "RAW"

§Type

§
"F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "WEBM" | "RAW" | cmnP.UnexpectedEnumValue
[src]