Liking cljdoc? Tell your friends :D
ClojureScript only.

web.audio.OfflineAudioCompletionEvent

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.
raw docstring

rendered-buffercljs

(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`
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close