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

Eac3CodingMode

import type { Eac3CodingMode } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Eac3 Coding Mode

type Eac3CodingMode =
| "CODING_MODE_1_0"
| "CODING_MODE_2_0"
| "CODING_MODE_3_2"

§Type

§
"CODING_MODE_1_0" | "CODING_MODE_2_0" | "CODING_MODE_3_2" | cmnP.UnexpectedEnumValue
[src]