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

ClipFragmentSelector

import type { ClipFragmentSelector } from "https://aws-api.deno.dev/v0.4/services/kinesisvideoarchivedmedia.ts?docs=full";

Describes the timestamp range and timestamp origin of a range of fragments.

Fragments that have duplicate producer timestamps are deduplicated. This means that if producers are producing a stream of fragments with producer timestamps that are approximately equal to the true clock time, the clip will contain all of the fragments within the requested timestamp range. If some fragments are ingested within the same time range and very different points in time, only the oldest ingested collection of fragments are returned.

interface ClipFragmentSelector {
FragmentSelectorType: ClipFragmentSelectorType;
TimestampRange: ClipTimestampRange;
}

§Properties

§
FragmentSelectorType: ClipFragmentSelectorType
[src]

The origin of the timestamps to use (Server or Producer).

§
TimestampRange: ClipTimestampRange
[src]

The range of timestamps to return.