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.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Container for this output. Some containers require a container settings object. If not specified, the default object will be created.

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]