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

HlsOutputSelection

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

Hls Output Selection

type HlsOutputSelection =
| "MANIFESTS_AND_SEGMENTS"
| "SEGMENTS_ONLY"
| "VARIANT_MANIFESTS_AND_SEGMENTS"

§Type

§
"MANIFESTS_AND_SEGMENTS" | "SEGMENTS_ONLY" | "VARIANT_MANIFESTS_AND_SEGMENTS" | cmnP.UnexpectedEnumValue
[src]