numberOfOutputs property
The numberOfOutputs
property of
the AudioNode returns the number of outputs coming out of
the node. Destination nodes — like AudioDestinationNode — have
a value of 0 for this attribute.
Implementation
int get numberOfOutputs;