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

HLSDiscontinuityMode

import type { HLSDiscontinuityMode } from "https://aws-api.deno.dev/v0.4/services/kinesisvideoarchivedmedia.ts?docs=full";
type HLSDiscontinuityMode =
| "ALWAYS"
| "NEVER"
| "ON_DISCONTINUITY"

§Type

§
"ALWAYS" | "NEVER" | "ON_DISCONTINUITY" | cmnP.UnexpectedEnumValue
[src]