Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. AudioParam
  4. cancelAndHoldAtTime()

AudioParam: cancelAndHoldAtTime() method

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

ThecancelAndHoldAtTime() method of theAudioParam interface cancels all scheduled future changes to theAudioParam but holds its value at a given time until further changes aremade using other methods.

Syntax

js
cancelAndHoldAtTime(cancelTime)

Parameters

cancelTime

A double representing the time (in seconds) after theAudioContext wasfirst created after which all scheduled changes will be cancelled.

Return value

A reference to theAudioParam it was called on.

Specifications

Specification
Web Audio API
# dom-audioparam-cancelandholdattime

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp