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

FrameCaptureSettings

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

Frame Capture Settings

interface FrameCaptureSettings {
CaptureInterval?: number | null;
CaptureIntervalUnits?: FrameCaptureIntervalUnit | null;
}

§Properties

§
CaptureInterval?: number | null
[src]

The frequency at which to capture frames for inclusion in the output. May be specified in either seconds or milliseconds, as specified by captureIntervalUnits.

§
CaptureIntervalUnits?: FrameCaptureIntervalUnit | null
[src]

Unit for the frame capture interval.