Skip to main content
Module

x/commandis/mod.ts>dom.MediaStreamAudioSourceNode

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.MediaStreamAudioSourceNode
implements AudioNode
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { MediaStreamAudioSourceNode } = dom;

A type of AudioNode which operates as an audio source whose media is received from a MediaStream obtained using the WebRTC or Media Capture and Streams APIs.

Properties

readonly
mediaStream: MediaStream