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

Eac3SurroundExMode

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

When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.

type Eac3SurroundExMode =
| "NOT_INDICATED"
| "ENABLED"
| "DISABLED"

§Type

§
"NOT_INDICATED" | "ENABLED" | "DISABLED" | cmnP.UnexpectedEnumValue
[src]