W3cubDocs

/Haxe JavaScript

OfflineAudioCompletionEvent

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:

Constructor

new(type:String, eventInitDict:OfflineAudioCompletionEventInit)

Throws:

null

DOMError

Variables

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