View source
class AudioDestinationNode
package js.html.audio
extends AudioNode › EventTarget
Available on js
AudioDestinationNode
has no output (as it is the output, no more AudioNode
can be linked after it in the audio graph) and one input. The number of channels in the input must be between 0
and the maxChannelCount
value or an exception is raised.
Documentation AudioDestinationNode by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
read onlymaxChannelCount:Int
Is an unsigned long
defining the maximum number of channels that the physical device can handle.