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

MediaStreamType

import type { MediaStreamType } from "https://aws-api.deno.dev/v0.4/services/mediaconnect.ts?docs=full";
type MediaStreamType =
| "video"
| "audio"
| "ancillary-data"

§Type

§
"video" | "audio" | "ancillary-data" | cmnP.UnexpectedEnumValue
[src]