Skip to content

Commit 91184e9

Browse files
authored
Update src/node/destination.rs
1 parent c5f95ca commit 91184e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/destination.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ impl AudioDestinationNode {
104104
}
105105
/// The maximum number of channels that the channelCount attribute can be set to (the max
106106
/// number of channels that the hardware is capable of supporting).
107+
/// <https://www.w3.org/TR/webaudio/#dom-audiodestinationnode-maxchannelcount>
107108
pub fn max_channel_count(&self) -> usize {
108109
self.registration.context().base().max_channel_count()
109110
}

0 commit comments

Comments
 (0)