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

DashPlaylistSettings

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

Dash manifest configuration parameters.

interface DashPlaylistSettings {
ManifestWindowSeconds?: number | null;
MinBufferTimeSeconds?: number | null;
MinUpdatePeriodSeconds?: number | null;
SuggestedPresentationDelaySeconds?: number | null;
}

§Properties

§
ManifestWindowSeconds?: number | null
[src]

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

§
MinBufferTimeSeconds?: number | null
[src]

Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: 2 seconds. Maximum value: 60 seconds.

§
MinUpdatePeriodSeconds?: number | null
[src]

Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.

§
SuggestedPresentationDelaySeconds?: number | null
[src]

Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.