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

Eac3AtmosSurroundExMode

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

Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and right surround channels.

type Eac3AtmosSurroundExMode =
| "NOT_INDICATED"
| "ENABLED"
| "DISABLED"

§Type

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