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

Eac3MetadataControl

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

When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.

type Eac3MetadataControl = "FOLLOW_INPUT" | "USE_CONFIGURED" | cmnP.UnexpectedEnumValue;

§Type

§
"FOLLOW_INPUT" | "USE_CONFIGURED" | cmnP.UnexpectedEnumValue
[src]