channelCountMode property

ChannelCountMode 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;
void channelCountMode=(ChannelCountMode value)

Implementation

set channelCountMode(ChannelCountMode value);