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

Mp4FreeSpaceBox

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

Inserts a free-space box immediately after the moov box.

type Mp4FreeSpaceBox = "INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue;

§Type

§
"INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue
[src]