OfflineAudioCompletionEvent
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
The Web Audio API OfflineAudioCompletionEvent
interface represents events that occur when the processing of an OfflineAudioContext
is terminated. The complete
event uses this interface.
Note:
This interface is marked as deprecated; it is still supported for legacy reasons, but it will soon be superseded when the promise version of OfflineAudioContext.startRendering
is supported in browsers, which will no longer need it.
Constructor
OfflineAudioCompletionEvent()
-
Creates a new
OfflineAudioCompletionEvent
object instance.
Instance properties
Also inherits properties from its parent, Event
.
OfflineAudioCompletionEvent.renderedBuffer
Read only-
An
AudioBuffer
containing the result of processing anOfflineAudioContext
.
Instance methods
Inherits methods from its parent, Event
.
Specifications
Specification |
---|
Web Audio API # OfflineAudioCompletionEvent |
Browser compatibility
BCD tables only load in the browser