channelCountMode property

ChannelCountMode get channelCountMode

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

Implementation

external set channelCountMode(ChannelCountMode value);