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
- Optionaloptions: DelayOptions
 - Returns DelayNode
 
- prototype: DelayNode