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

Eac3PhaseControl

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

Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.

type Eac3PhaseControl = "SHIFT_90_DEGREES" | "NO_SHIFT" | cmnP.UnexpectedEnumValue;

§Type

§
"SHIFT_90_DEGREES" | "NO_SHIFT" | cmnP.UnexpectedEnumValue
[src]