The Web Audio API OfflineAudioCompletionEvent
interface represents events that occur when the processing of an OfflineAudioContext
is terminated. The complete
event implements 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.
Including the inherited properties from its parent, Event
.
Property | Type | Description |
---|---|---|
target Read only
| EventTarget | The event target (the topmost target in the DOM tree). |
type Read only
| DOMString | The type of event. |
bubbles Read only
| Boolean | Whether the event normally bubbles or not |
cancelable Read only
| Boolean | Whether the event is cancellable or not? |
renderedBuffer Read only
|
| The buffer containing the result of the processing of an OfflineAudioContext
|
Specification | Status | Comment |
---|---|---|
Web Audio API The definition of 'OfflineAudioCompletionEvent' in that specification. | Working Draft |
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|---|
Basic support | (Yes)webkit | (Yes) | Activated on Nightly only (24) | No support | No support | ? |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | (Yes) | Activated on Nightly only | No support | No support | ? |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioCompletionEvent