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

Eac3AtmosBitstreamMode

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

Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).

type Eac3AtmosBitstreamMode = "COMPLETE_MAIN" | cmnP.UnexpectedEnumValue;

§Type