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

ColorMetadata

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

Choose Insert (INSERT) for this setting to include color metadata in this output. Choose Ignore (IGNORE) to exclude color metadata from this output. If you don't specify a value, the service sets this to Insert by default.

type ColorMetadata = "IGNORE" | "INSERT" | cmnP.UnexpectedEnumValue;

§Type

§
"IGNORE" | "INSERT" | cmnP.UnexpectedEnumValue
[src]