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