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

F4vMoovPlacement

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

If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.

type F4vMoovPlacement = "PROGRESSIVE_DOWNLOAD" | "NORMAL" | cmnP.UnexpectedEnumValue;

§Type

§
"PROGRESSIVE_DOWNLOAD" | "NORMAL" | cmnP.UnexpectedEnumValue
[src]