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

StartTimecode

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

Settings to identify the start of the clip.

interface StartTimecode {
Timecode?: string | null;
}

§Properties

§
Timecode?: string | null
[src]

The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.