package js.html.audio
extends AudioNode › EventTarget
Available on 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.
See also:
new(context:BaseAudioContext, ?options:Null<DelayOptions>)
Throws:
null |
DOMError |
---|
read onlydelayTime:AudioParam
Is an a-rate AudioParam
representing the amount of delay to apply.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/audio/DelayNode.html