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

InputResolution

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

Input resolution based on lines of vertical resolution in the input; SD is less than 720 lines, HD is 720 to 1080 lines, UHD is greater than 1080 lines

type InputResolution =
| "SD"
| "HD"
| "UHD"

§Type

§
"SD" | "HD" | "UHD" | cmnP.UnexpectedEnumValue
[src]