complete

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!
您也可以阅读此文章的English (US)版。

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 Whether the event normally bubbles or not
cancelable Read only Boolean Whether the event is cancellable or not?
renderedBuffer Read only AudioBuffer The buffer containing the result of the processing of an OfflineAudioContext

None.

Specifications

Specification Status Comment
Web Audio API
The definition of 'OfflineAudioCompletionEvent' in that specification.
Working Draft  

Browser compatibility

Feature Chrome Edge Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support (Yes)webkit (Yes) Nightly build No support No support ?
Feature Android Edge Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support ? (Yes) Nightly build No support No support ?

See also

文档标签和贡献者