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

Eac3AtmosDynamicRangeControl

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

Specify whether MediaConvert should use any dynamic range control metadata from your input file. Keep the default value, Custom (SPECIFIED), to provide dynamic range control values in your job settings. Choose Follow source (INITIALIZE_FROM_SOURCE) to use the metadata from your input. Related settings--Use these settings to specify your dynamic range control values: Dynamic range compression line (DynamicRangeCompressionLine) and Dynamic range compression RF (DynamicRangeCompressionRf). When you keep the value Custom (SPECIFIED) for Dynamic range control (DynamicRangeControl) and you don't specify values for the related settings, MediaConvert uses default values for those settings.

type Eac3AtmosDynamicRangeControl = "SPECIFIED" | "INITIALIZE_FROM_SOURCE" | cmnP.UnexpectedEnumValue;

§Type

§
"SPECIFIED" | "INITIALIZE_FROM_SOURCE" | cmnP.UnexpectedEnumValue
[src]