This page is Out of Date

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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