The Web Audio API OfflineAudioCompletionEvent interface represents
that occur when the processing of an web.audio.OfflineAudioContext
terminated. The complete event implements this interface.
The Web Audio API OfflineAudioCompletionEvent interface represents that occur when the processing of an `web.audio.OfflineAudioContext` terminated. The complete event implements this interface.
(rendered-buffer this)
Property.
[Read Only]
The renderedBuffer read-only property of the web.audio.OfflineAudioCompletionEvent
is an web.audio.AudioBuffer
containing the result of processing
web.audio.OfflineAudioContext
.
var buffer = offlineAudioCompletionEventInstance.renderedBuffer;
See also: https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioCompletionEvent/renderedBuffer
Property. [Read Only] The renderedBuffer read-only property of the `web.audio.OfflineAudioCompletionEvent` is an `web.audio.AudioBuffer` containing the result of processing `web.audio.OfflineAudioContext`. `var buffer = offlineAudioCompletionEventInstance.renderedBuffer;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioCompletionEvent/renderedBuffer`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |