我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
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 | ? |