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

Eac3AtmosSettings

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

Eac3 Atmos Settings

interface Eac3AtmosSettings {
Bitrate?: number | null;
CodingMode?: Eac3AtmosCodingMode | null;
Dialnorm?: number | null;
DrcLine?: Eac3AtmosDrcLine | null;
DrcRf?: Eac3AtmosDrcRf | null;
HeightTrim?: number | null;
SurroundTrim?: number | null;
}

§Properties

§
Bitrate?: number | null
[src]

Average bitrate in bits/second. Valid bitrates depend on the coding mode. // * @affectsRightSizing true

§
CodingMode?: Eac3AtmosCodingMode | null
[src]

Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.

§
Dialnorm?: number | null
[src]

Sets the dialnorm for the output. Default 23.

§
DrcLine?: Eac3AtmosDrcLine | null
[src]

Sets the Dolby dynamic range compression profile.

§
DrcRf?: Eac3AtmosDrcRf | null
[src]

Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.

§
HeightTrim?: number | null
[src]

Height dimensional trim. Sets the maximum amount to attenuate the height channels when the downstream player isn??t configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.

§
SurroundTrim?: number | null
[src]

Surround dimensional trim. Sets the maximum amount to attenuate the surround channels when the downstream player isn't configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.