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

AudioNormalizationAlgorithmControl

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

When enabled the output audio is corrected using the chosen algorithm. If disabled, the audio will be measured but not adjusted.

type AudioNormalizationAlgorithmControl = "CORRECT_AUDIO" | "MEASURE_ONLY" | cmnP.UnexpectedEnumValue;

§Type

§
"CORRECT_AUDIO" | "MEASURE_ONLY" | cmnP.UnexpectedEnumValue
[src]