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