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

Eac3AttenuationControl

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

If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.

type Eac3AttenuationControl = "ATTENUATE_3_DB" | "NONE" | cmnP.UnexpectedEnumValue;

§Type

§
"ATTENUATE_3_DB" | "NONE" | cmnP.UnexpectedEnumValue
[src]