Path: blob/main/files/en-us/web/api/audioparam/cancelscheduledvalues/index.md
6581 views
------{{ APIRef("Web Audio API") }}
The cancelScheduledValues() method of the {{ domxref("AudioParam") }} Interface cancels all scheduled future changes to the AudioParam.
Syntax
Parameters
startTime: A double representing the time (in seconds) after the {{ domxref("AudioContext") }} was first created after which all scheduled changes will be cancelled.
Return value
A reference to this AudioParam object. In some older implementations this method returns {{jsxref('undefined')}}.
Examples
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}