Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.WebAudio.NodesDisconnectedEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { NodesDisconnectedEvent } = Protocol.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