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

IFrameOnlyPlaylistType

import type { IFrameOnlyPlaylistType } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

When set to "standard", an I-Frame only playlist will be written out for each video output in the output group. This I-Frame only playlist will contain byte range offsets pointing to the I-frame(s) in each segment.

type IFrameOnlyPlaylistType = "DISABLED" | "STANDARD" | cmnP.UnexpectedEnumValue;

§Type

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