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

Mpeg2AdaptiveQuantization

import type { Mpeg2AdaptiveQuantization } 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 the following settings: Spatial adaptive quantization (spatialAdaptiveQuantization), and Temporal adaptive quantization (temporalAdaptiveQuantization).

type Mpeg2AdaptiveQuantization =
| "OFF"
| "LOW"
| "MEDIUM"
| "HIGH"

§Type

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