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

DASHPlaybackMode

import type { DASHPlaybackMode } from "https://aws-api.deno.dev/v0.4/services/kinesisvideoarchivedmedia.ts?docs=full";
type DASHPlaybackMode =
| "LIVE"
| "LIVE_REPLAY"
| "ON_DEMAND"

§Type

§
"LIVE" | "LIVE_REPLAY" | "ON_DEMAND" | cmnP.UnexpectedEnumValue
[src]