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

Eac3StereoDownmix

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

Choose how the service does stereo downmixing. This setting only applies if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Stereo downmix (Eac3StereoDownmix).

type Eac3StereoDownmix =
| "NOT_INDICATED"
| "LO_RO"
| "LT_RT"
| "DPL2"

§Type

§
"NOT_INDICATED" | "LO_RO" | "LT_RT" | "DPL2" | cmnP.UnexpectedEnumValue
[src]