We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f95ca commit 91184e9Copy full SHA for 91184e9
src/node/destination.rs
@@ -104,6 +104,7 @@ impl AudioDestinationNode {
104
}
105
/// The maximum number of channels that the channelCount attribute can be set to (the max
106
/// number of channels that the hardware is capable of supporting).
107
+ /// <https://www.w3.org/TR/webaudio/#dom-audiodestinationnode-maxchannelcount>
108
pub fn max_channel_count(&self) -> usize {
109
self.registration.context().base().max_channel_count()
110
0 commit comments