Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions files/en-us/web/api/mediaelementaudiosourcenode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ A `MediaElementAudioSourceNode` has no inputs and exactly one output, and is cre
<tr>
<th scope="row">Channel count</th>
<td>
defined by the media in the {{domxref("HTMLMediaElement")}}
passed to the
{{domxref("AudioContext.createMediaElementSource")}}
method that created it.
2 (but note that {{domxref("AudioNode.channelCount")}} is only used for up-mixing and down-mixing {{domxref("AudioNode")}} inputs, and {{domxref("MediaElementAudioSourceNode")}} doesn't have any input)
</td>
</tr>
</tbody>
Expand Down