The length
property of the OfflineAudioContext
interface returns an integer representing the size of the buffer in sample-frames.
Syntax
var length = OfflineAudioContext.length;
Value
An integer representing the size of the buffer in sample-frames.
Specifications
Specification | Status | Comment |
---|---|---|
Web Audio API The definition of 'length' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 51 | Yes | Yes | No | 38 | No |
Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|---|---|---|---|---|---|---|
Basic support | 51 | 51 | Yes | Yes | No | 38 | No |