disconnectParam abstract method
This is a variant of AudioNode.disconnect with a DestinationParam argument instead of an AudioNode.
Note : The W3C recommandation uses just one verb for both.
Implementation
void disconnectParam(
AudioParam destinationParam, [
int output,
int input,
]);