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.
Implementation
external AudioParam cancelAndHoldAtTime(num cancelTime);