@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, connect, connect, connect, connect, connect, context, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, numberOfInputs, numberOfOutputsaddEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic DelayNode(@Nonnull
BaseAudioContext context,
@Nonnull
DelayOptions options)
public DelayNode(@Nonnull
BaseAudioContext context)
@JsProperty(name="delayTime") @Nonnull public AudioParam delayTime()