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

ColorSpaceUsage

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

There are two sources for color metadata, the input file and the job input settings Color space (ColorSpace) and HDR master display information settings(Hdr10Metadata). The Color space usage setting determines which takes precedence. Choose Force (FORCE) to use color metadata from the input job settings. If you don't specify values for those settings, the service defaults to using metadata from your input. FALLBACK - Choose Fallback (FALLBACK) to use color metadata from the source when it is present. If there's no color metadata in your input file, the service defaults to using values you specify in the input settings.

type ColorSpaceUsage = "FORCE" | "FALLBACK" | cmnP.UnexpectedEnumValue;

§Type

§
"FORCE" | "FALLBACK" | cmnP.UnexpectedEnumValue
[src]