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

VideoDetail

import type { VideoDetail } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Contains details about the output's video stream

interface VideoDetail {
HeightInPx?: number | null;
WidthInPx?: number | null;
}

§Properties

§
HeightInPx?: number | null
[src]

Height in pixels for the output

§
WidthInPx?: number | null
[src]

Width in pixels for the output