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

Eac3BitstreamMode

import type { Eac3BitstreamMode } 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 Eac3BitstreamMode =
| "COMPLETE_MAIN"
| "COMMENTARY"
| "EMERGENCY"
| "HEARING_IMPAIRED"
| "VISUALLY_IMPAIRED"

§Type

§
"COMPLETE_MAIN" | "COMMENTARY" | "EMERGENCY" | "HEARING_IMPAIRED" | "VISUALLY_IMPAIRED" | cmnP.UnexpectedEnumValue
[src]