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

CdiInputResolution

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

Maximum CDI input resolution; SD is 480i and 576i up to 30 frames-per-second (fps), HD is 720p up to 60 fps / 1080i up to 30 fps, FHD is 1080p up to 60 fps, UHD is 2160p up to 60 fps

type CdiInputResolution =
| "SD"
| "HD"
| "FHD"
| "UHD"

§Type

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