Variable AudioProcessingEvent
AudioProcessingEvent: {
prototype: AudioProcessingEvent;
new (
type: string,
eventInitDict: AudioProcessingEventInit,
): AudioProcessingEvent;
}
prototype: AudioProcessingEvent;
new (
type: string,
eventInitDict: AudioProcessingEventInit,
): AudioProcessingEvent;
}
Type declaration
- new (
 type: string,
 eventInitDict: AudioProcessingEventInit,
 ): AudioProcessingEvent
- Parameters- type: string
- eventInitDict: AudioProcessingEventInit
 - Returns AudioProcessingEvent
 
- new (
- prototype: AudioProcessingEvent
Deprecated