Skip to main content
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.js";
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