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

HlsOfflineEncrypted

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

Enable this setting to insert the EXT-X-SESSION-KEY element into the master playlist. This allows for offline Apple HLS FairPlay content protection.

type HlsOfflineEncrypted = "ENABLED" | "DISABLED" | cmnP.UnexpectedEnumValue;

§Type

§
"ENABLED" | "DISABLED" | cmnP.UnexpectedEnumValue
[src]