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

Clip

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

Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.

interface Clip {
TimeSpan?: TimeSpan | null;
}

§Properties

§
TimeSpan?: TimeSpan | null
[src]

Settings that determine when a clip begins and how long it lasts.