Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.WebAudio.NodesDisconnectedEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { NodesDisconnectedEvent } = default.WebAudio;

Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.

Properties

contextId: GraphObjectId
sourceId: GraphObjectId
destinationId: GraphObjectId
optional
sourceOutputIndex: number
optional
destinationInputIndex: number