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

Eac3AtmosDynamicRangeCompressionLine

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

Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the line operating mode. Default value: Film light (ATMOS_STORAGE_DDP_COMPR_FILM_LIGHT) Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom (SPECIFIED) for the setting Dynamic range control (DynamicRangeControl). Otherwise, MediaConvert ignores Dynamic range compression line (DynamicRangeCompressionLine). For information about the Dolby DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

type Eac3AtmosDynamicRangeCompressionLine =
| "NONE"
| "FILM_STANDARD"
| "FILM_LIGHT"
| "MUSIC_STANDARD"
| "MUSIC_LIGHT"
| "SPEECH"

§Type

§
"NONE" | "FILM_STANDARD" | "FILM_LIGHT" | "MUSIC_STANDARD" | "MUSIC_LIGHT" | "SPEECH" | cmnP.UnexpectedEnumValue
[src]