channelCountMode property
The channelCountMode
property of the AudioNode represents an
enumerated value describing the way channels must be matched between the
node's inputs and outputs.
Implementation
ChannelCountMode get channelCountMode;
Implementation
set channelCountMode(ChannelCountMode value);