interface dom.MediaStreamAudioSourceNode
implements AudioNode
import { type dom } from "https://deno.land/x/evt@v2.4.16/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