Skip to main content
Module

x/evt/lib/types/index.ts>dom.MediaStreamAudioSourceNode

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.MediaStreamAudioSourceNode
implements AudioNode
import { type dom } from "https://deno.land/x/evt@v2.3.1/lib/types/index.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