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

DropFrameTimecode

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

Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion (TimecodeInsertion) is enabled.

type DropFrameTimecode = "DISABLED" | "ENABLED" | cmnP.UnexpectedEnumValue;

§Type

§
"DISABLED" | "ENABLED" | cmnP.UnexpectedEnumValue
[src]