General info
- Specification
- Web Audio API
The definition of 'OfflineAudioCompletionEvent' in that specification.
- Interface
OfflineAudioCompletionEvent
- Bubbles
- ?
- Cancelable
- ?
- Target
OfflineAudioContext
- Default Action
- None
Properties
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 |
Does the event normally bubble? |
cancelable Read only |
boolean |
Is it possible to cancel the event? |
renderedBuffer Read only |
AudioBuffer
|
The buffer containing the result of the processing of an OfflineAudioContext |
None.
Specifications
Browser compatibility
Feature |
Chrome |
Firefox (Gecko) |
Internet Explorer |
Opera |
Safari (WebKit) |
Basic support |
(Yes)webkit |
Nightly build |
Not supported |
Not supported |
? |
Feature |
Android |
Firefox Mobile (Gecko) |
IE Phone |
Opera Mobile |
Safari Mobile |
Basic support |
? |
Nightly build |
Not supported |
Not supported |
? |
See also