Interface AudioProcessingEvent

All Superinterfaces:
Event
All Known Implementing Classes:
AudioProcessingEventImpl

public interface AudioProcessingEvent extends Event
The Web Audio API AudioProcessingEvent represents events that occur when a ScriptProcessorNode input buffer is ready to be processed.
See Also:
  • Method Details