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