The cancelAndHoldAtTime()
property 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.
var audioParam = AudioParam.cancelAndHoldAtTime(cancelTime)
AudioContext
was first created after which all scheduled changes will be cancelled.A reference to the AudioParam
it was called on.
Specification | Status | Comment |
---|---|---|
Web Audio API The definition of 'cancelAndHoldAtTime()' in that specification. | Working Draft | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 57
|
? | No | No | 44
|
No |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | 57
|
57
|
Yes | No | 44
|
No | 7.0 |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/AudioParam/cancelAndHoldAtTime