Package org.loboevolution.events
Interface AudioProcessingEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
AudioProcessingEventImpl
The Web Audio API AudioProcessingEvent represents events that occur when a ScriptProcessorNode input buffer is ready to be processed.
- See Also:
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.loboevolution.events.Event
getBubbles, getCancelable, getComposed, getComposedPath, getCurrentTarget, getDefaultPrevented, getEventPhase, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getTarget, getTimeStamp, getTrusted, getType, initEvent, initEvent, initEvent, preventDefault
-
Method Details
-
getInputBuffer
AudioBuffer getInputBuffer() -
getOutputBuffer
AudioBuffer getOutputBuffer() -
getPlaybackTime
Double getPlaybackTime()
-