package js.html.audio
extends Event
Deprecated: "OfflineAudioCompletionEvent is deprecated"
Available on js
The Web Audio API OfflineAudioCompletionEvent
interface represents events that occur when the processing of an OfflineAudioContext
is terminated. The complete
event implements this interface.
Documentation OfflineAudioCompletionEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
new(type:String, eventInitDict:OfflineAudioCompletionEventInit)
Throws:
null |
DOMError |
---|
read onlyrenderedBuffer:AudioBuffer
An AudioBuffer
containing the result of processing an OfflineAudioContext
.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/audio/OfflineAudioCompletionEvent.html