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

Vc3InterlaceMode

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

Optional. Choose the scan line type for this output. If you don't specify a value, MediaConvert will create a progressive output.

type Vc3InterlaceMode = "INTERLACED" | "PROGRESSIVE" | cmnP.UnexpectedEnumValue;

§Type

§
"INTERLACED" | "PROGRESSIVE" | cmnP.UnexpectedEnumValue
[src]