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

GetClipOutput

import type { GetClipOutput } from "https://aws-api.deno.dev/v0.3/services/kinesisvideoarchivedmedia.ts?docs=full";
interface GetClipOutput {
ContentType?: string | null;
Payload?: Uint8Array | null;
}

§Properties

§
ContentType?: string | null
[src]

The content type of the media in the requested clip.

§
Payload?: Uint8Array | null
[src]

Traditional MP4 file that contains the media clip from the specified video stream. The output will contain the first 100 MB or the first 200 fragments from the specified start timestamp. For more information, see Kinesis Video Streams Limits.