Variable DelayNode
DelayNode: {
prototype: DelayNode;
new (context: BaseAudioContext, options?: DelayOptions): DelayNode;
}
prototype: DelayNode;
new (context: BaseAudioContext, options?: DelayOptions): DelayNode;
}
Type declaration
- new (context: BaseAudioContext, options?: DelayOptions): DelayNode
Parameters
- context: BaseAudioContext
Optional
options: DelayOptions
Returns DelayNode
prototype: DelayNode