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

MovClapAtom

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

When enabled, include 'clap' atom if appropriate for the video output settings.

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

§Type

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