Unsere Freiwilligen haben diesen Artikel noch nicht in Deutsch übersetzt. Machen Sie mit und helfen Sie, das zu erledigen!
The complete
event is fired when the rendering of an OfflineAudioContext
is terminated.
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 |
|
The buffer containing the result of the processing of an OfflineAudioContext |
Related Events
None.
Specifications
Specification | Status | Comment |
---|---|---|
Web Audio API The definition of 'OfflineAudioCompletionEvent' in that specification. |
Working Draft |
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 | ? |