@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="DelayNode")
public class DelayNode
extends AudioNode
channelCount, channelCountMode, channelInterpretation| Constructor and Description |
|---|
DelayNode(BaseAudioContext context)
The DelayNode() constructor of the Web Audio API creates a new DelayNode object with 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.
|
DelayNode(BaseAudioContext context,
DelayOptions options)
The DelayNode() constructor of the Web Audio API creates a new DelayNode object with 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.
|
| Modifier and Type | Method and Description |
|---|---|
AudioParam |
delayTime()
An AudioParam.
|
connect, connect, connect, connect, connect, context, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, numberOfInputs, numberOfOutputsaddEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerpublic DelayNode(@Nonnull
BaseAudioContext context,
@Nonnull
DelayOptions options)
public DelayNode(@Nonnull
BaseAudioContext context)
@JsProperty(name="delayTime") @Nonnull public AudioParam delayTime()