OfflineAudioCompletionEvent.renderedBuffer
The renderedBuffer
read-only property of the
OfflineAudioCompletionEvent
interface is an AudioBuffer
containing the result of processing an OfflineAudioContext
.
Syntax
var buffer = offlineAudioCompletionEventInstance.renderedBuffer;
Value
An AudioBuffer
.
Specifications
Specification | Status | Comment |
---|---|---|
Web Audio API The definition of 'renderedBuffer' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser