disconnect method

void disconnect([
  1. JSAny destinationNodeOrDestinationParamOrOutput,
  2. int output,
  3. int input
])

The disconnect() method of the AudioNode interface lets you disconnect one or more nodes from the node on which the method is called.

Implementation

external void disconnect([
  JSAny destinationNodeOrDestinationParamOrOutput,
  int output,
  int input,
]);