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.3/services/medialive.ts?docs=full";

Eac3 Bitstream Mode

type Eac3BitstreamMode =
| "COMMENTARY"
| "COMPLETE_MAIN"
| "EMERGENCY"
| "HEARING_IMPAIRED"
| "VISUALLY_IMPAIRED"

§Type

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