DelayNode: delayTime プロパティ
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
delayTime
は DelayNode
インターフェイスのプロパティで、適用する遅延量を表す a-rate の AudioParam
です。
delayTime
は秒単位で表し、その最小値は 0
です。最大値は作成時に、 BaseAudioContext.createDelay
メソッドの maxDelayTime
引数で定義されます。
メモ:
返される AudioParam
は読み取り専用ですが、表している値はそうではありません。
値
AudioParam
です。
例
コード例については BaseAudioContext.createDelay()
を参照してください。
仕様書
Specification |
---|
Web Audio API # dom-delaynode-delaytime |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
delayTime |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
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.