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

DolbyVisionLevel6Mode

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

Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.

type DolbyVisionLevel6Mode =
| "PASSTHROUGH"
| "RECALCULATE"
| "SPECIFY"

§Type

§
"PASSTHROUGH" | "RECALCULATE" | "SPECIFY" | cmnP.UnexpectedEnumValue
[src]