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

HlsDirectoryStructure

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

Hls Directory Structure

type HlsDirectoryStructure = "SINGLE_DIRECTORY" | "SUBDIRECTORY_PER_STREAM" | cmnP.UnexpectedEnumValue;

§Type

§
"SINGLE_DIRECTORY" | "SUBDIRECTORY_PER_STREAM" | cmnP.UnexpectedEnumValue
[src]