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

HlsPlaylistSettings

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

HLS playlist configuration parameters.

interface HlsPlaylistSettings {
ManifestWindowSeconds?: number | null;
}

§Properties

§
ManifestWindowSeconds?: number | null
[src]

The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.