numberOfInputs property

int get numberOfInputs

The numberOfInputs property of the AudioNode interface returns the number of inputs feeding the node. Source nodes are defined as nodes having a numberOfInputs property with a value of 0.

Implementation

external int get numberOfInputs;