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

Hdr10Settings

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

Hdr10 Settings

interface Hdr10Settings {
MaxCll?: number | null;
MaxFall?: number | null;
}

§Properties

§
MaxCll?: number | null
[src]

Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.

§
MaxFall?: number | null
[src]

Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.