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

HlsConfiguration

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

The configuration for HLS content.

interface HlsConfiguration {
ManifestEndpointPrefix?: string | null;
}

§Properties

§
ManifestEndpointPrefix?: string | null
[src]

The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.