Remove AudioBufferSourceNode.activeSourceCount
authorEhsan Akhgari <ehsan@mozilla.com>
Mon, 06 May 2013 21:09:00 -0400
changeset 311 cfe4ae147c64
parent 310 ba6f07a395c5
child 312 2c98b0794984
Remove AudioBufferSourceNode.activeSourceCount
webaudio/specification.html
--- a/webaudio/specification.html	Mon May 06 14:04:03 2013 -0400
+++ b/webaudio/specification.html	Mon May 06 21:09:00 2013 -0400
@@ -843,7 +843,6 @@
     readonly attribute float sampleRate;
     readonly attribute double currentTime;
     readonly attribute AudioListener listener;
-    readonly attribute unsigned long activeSourceCount;
 
     AudioBuffer createBuffer(unsigned long numberOfChannels, unsigned long length, float sampleRate);
 
@@ -925,12 +924,6 @@
       href="#Spatialization-section">spatialization</a>.</p>
     </dd>
 </dl>
-<dl>
-  <dt id="dfn-activeSourceCount"><code>activeSourceCount</code></dt>
-    <dd><p>The number of <a
-      href="#AudioBufferSourceNode-section"><code>AudioBufferSourceNodes</code></a> that are currently playing.</p>
-    </dd>
-</dl>
 </div>
 
 <div id="methodsandparams-AudioContext-section" class="section">