DelayNode
package js.html.audio
extends AudioNode › EventTarget
Доступно в js
The DelayNode interface represents a delay-line; an AudioNode audio-processing module that causes a delay between the arrival of an input data and its propagation to the output.
Documentation DelayNode by Mozilla Contributors, licensed under CC-BY-SA 2.5.
См. также:
Конструктор
new(context:BaseAudioContext, ?options:Null<DelayOptions>)
Возвращает:
null |
DOMError |
|---|
Переменные
read onlydelayTime:AudioParam
Является a-скоростной AudioParam, представляющей количество задержки, которое нужно применить.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/audio/DelayNode.html