OfflineAudioCompletionEvent
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.OfflineAudioCompletionEvent
-
Creates a new
OfflineAudioCompletionEvent
object instance.
Properties
Also inherits properties from its parent, Event
.
-
OfflineAudioCompletionEvent.renderedBuffer
Read only -
An
AudioBuffer
containing the result of processing anOfflineAudioContext
.
Methods
Inherits methods from its parent, Event
.
Specifications
Specification |
---|
Web Audio API # OfflineAudioCompletionEvent |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
OfflineAudioCompletionEvent |
14 |
12 |
25 |
No |
15 |
6 |
≤37 |
18 |
25 |
14 |
6 |
1.0 |
OfflineAudioCompletionEvent |
57
Before Chrome 59, the default values were not supported.
|
79 |
53 |
No |
42 |
14 |
57
Before version 59, the default values were not supported.
|
57
Before Chrome 59, the default values were not supported.
|
53 |
42 |
14 |
6.0
Before Samsung Internet 7.0, the default values were not supported.
|
renderedBuffer |
14 |
12 |
25 |
No |
15 |
6 |
≤37 |
18 |
25 |
14 |
6 |
1.0 |
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioCompletionEvent