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

HlsIFrameOnlyManifest

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

Choose Include (INCLUDE) to have MediaConvert generate a child manifest that lists only the I-frames for this rendition, in addition to your regular manifest for this rendition. You might use this manifest as part of a workflow that creates preview functions for your video. MediaConvert adds both the I-frame only child manifest and the regular child manifest to the parent manifest. When you don't need the I-frame only child manifest, keep the default value Exclude (EXCLUDE).

type HlsIFrameOnlyManifest = "INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue;

§Type

§
"INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue
[src]