web api instance method
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
cancelAndHoldAtTime(cancelTime)
Parameters
cancelTime- : A double representing the time (in seconds) after the
AudioContextwas first created after which all scheduled changes will be cancelled.
- : A double representing the time (in seconds) after the
Return value
A reference to the AudioParam it was called on.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.