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

Av1BitDepth

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

Specify the Bit depth (Av1BitDepth). You can choose 8-bit (BIT_8) or 10-bit (BIT_10).

type Av1BitDepth = "BIT_8" | "BIT_10" | cmnP.UnexpectedEnumValue;

§Type

§
"BIT_8" | "BIT_10" | cmnP.UnexpectedEnumValue
[src]