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

H265ColorSpaceSettings

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

H265 Color Space Settings

interface H265ColorSpaceSettings {
ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings | null;
Hdr10Settings?: Hdr10Settings | null;
Rec601Settings?: Rec601Settings | null;
Rec709Settings?: Rec709Settings | null;
}

§Properties

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