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

StopTimecode

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

Settings to identify the end of the clip.

interface StopTimecode {
LastFrameClippingBehavior?: LastFrameClippingBehavior | null;
Timecode?: string | null;
}

§Properties

§
LastFrameClippingBehavior?: LastFrameClippingBehavior | null
[src]

If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.

§
Timecode?: string | null
[src]

The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.