AudioParam: cancelAndHoldAtTime() method
The cancelAndHoldAtTime()
method of the
AudioParam
interface cancels all scheduled future changes to the
AudioParam
but holds its value at a given time until further changes are
made using other methods.
Syntax
js
cancelAndHoldAtTime(cancelTime)
Parameters
cancelTime
-
A double representing the time (in seconds) after the
AudioContext
was first created after which all scheduled changes will be cancelled.
Return value
A reference to the AudioParam
it was called on.
Specifications
Specification |
---|
Web Audio API # dom-audioparam-cancelandholdattime |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
cancelAndHoldAtTime |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- See implementation notes.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.