channelCountMode property
ChannelCountMode
get
channelCountMode
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;
set
channelCountMode
(ChannelCountMode value)
Implementation
set channelCountMode(ChannelCountMode value);