Skip to content

Commit

Permalink
Merge pull request #210 from WebAudio/channelCount
Browse files Browse the repository at this point in the history
Add channelCount to audio track settings, constraints, capabilities
  • Loading branch information
burnburn committed Aug 6, 2015
2 parents f1b1dfe + 397399b commit 85f87cb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions getusermedia.html
Expand Up @@ -1206,6 +1206,10 @@ <h2>MediaTrackSupportedConstraints</h2>

<dd />

<dt>boolean channelCount</dt>

<dd />

<dt>boolean deviceId</dt>

<dd />
Expand Down Expand Up @@ -1269,6 +1273,10 @@ <h2>MediaTrackCapabilities</h2>

<dd />

<dt>(long or LongRange) channelCount</dt>

<dd />

<dt>DOMString deviceId</dt>

<dd />
Expand Down Expand Up @@ -1338,6 +1346,10 @@ <h2>MediaTrackConstraints</h2>

<dd />

<dt>ConstrainLong channelCount</dt>

<dd />

<dt>ConstrainDOMString deviceId</dt>

<dd />
Expand Down Expand Up @@ -1400,6 +1412,10 @@ <h2>MediaTrackSettings</h2>

<dd />

<dt>long channelCount</dt>

<dd />

<dt>DOMString deviceId</dt>

<dd />
Expand Down Expand Up @@ -4618,6 +4634,14 @@ <h2 id="sec-track-properties">Track Constrainable Property
latency of the configuration; the actual latency may show
some variation from that.</td>
</tr>

<tr id="def-constraint-channelCount">
<td>channelCount</td>

<td><code><a>ConstrainLong</a></code></td>

<td>The number of independent channels of sound that the audio data contains, i.e. the number of audio samples per sample frame.</td>
</tr>
</tbody>
</table>
</section>
Expand Down

0 comments on commit 85f87cb

Please sign in to comment.