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

MultiplexState

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

The current state of the multiplex.

type MultiplexState =
| "CREATING"
| "CREATE_FAILED"
| "IDLE"
| "STARTING"
| "RUNNING"
| "RECOVERING"
| "STOPPING"
| "DELETING"
| "DELETED"

§Type

§
"CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | cmnP.UnexpectedEnumValue
[src]