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

InputClippingSettings

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

Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.

interface InputClippingSettings {
InputTimecodeSource: InputTimecodeSource;
StartTimecode?: StartTimecode | null;
StopTimecode?: StopTimecode | null;
}

§Properties

§
InputTimecodeSource: InputTimecodeSource
[src]

The source of the timecodes in the source being clipped.

§
StartTimecode?: StartTimecode | null
[src]

Settings to identify the start of the clip.

§
StopTimecode?: StopTimecode | null
[src]

Settings to identify the end of the clip.