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

Eac3LfeControl

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

When encoding 3/2 audio, controls whether the LFE channel is enabled

type Eac3LfeControl = "LFE" | "NO_LFE" | cmnP.UnexpectedEnumValue;

§Type