AudioParam: cancelAndHoldAtTime() メソッド
cancelAndHoldAtTime()
は AudioParam
インターフェイスのメソッドで、将来 AudioParam
に予定されていた変更をすべてキャンセルしますが、指定された時刻に他のメソッドを使用してさらに変更が加えられるまでその値を保持します。
構文
js
cancelAndHoldAtTime(cancelTime)
引数
cancelTime
-
すべてのスケジュールされた変更が取り消される、
AudioContext
が最初に作成されてからからの時間(秒単位)を表します。
返値
呼び出された AudioParam
への参照です。
仕様書
Specification |
---|
Web Audio API # dom-audioparam-cancelandholdattime |
ブラウザーの互換性
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.