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

Av1AdaptiveQuantization

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

Specify the strength of any adaptive quantization filters that you enable. The value that you choose here applies to Spatial adaptive quantization (spatialAdaptiveQuantization).

type Av1AdaptiveQuantization =
| "OFF"
| "LOW"
| "MEDIUM"
| "HIGH"
| "HIGHER"
| "MAX"

§Type

§
"OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | cmnP.UnexpectedEnumValue
[src]