activeSourceCount
Summary
The number of AudioBufferSourceNodes that are currently playing.
Out of date; removed from spec. See http://webaudio.github.io/web-audio-api/.
Property of apis/webaudio/AudioContextapis/webaudio/AudioContext
Syntax
Note: This property is read-only.
var result = AudioContext.activeSourceCount;
Return Value
Returns an object of type unsigned longunsigned long
Related specifications
- Web Audio API
- W3C Editor’s Draft