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

H264ColorSpaceSettings

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

H264 Color Space Settings

interface H264ColorSpaceSettings {
ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings | null;
Rec601Settings?: Rec601Settings | null;
Rec709Settings?: Rec709Settings | null;
}

§Properties

§
ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings | null
[src]
§
Rec601Settings?: Rec601Settings | null
[src]
§
Rec709Settings?: Rec709Settings | null
[src]