| 16 | class AudioNode; |
| 17 | class AudioNodeOutput; |
| 18 | class AudioBus; |
| 19 | |
| 20 | // An AudioNodeInput represents an input to an AudioNode and can be connected from one or more AudioNodeOutputs. |
| 21 | // In the case of multiple connections, the input will act as a unity-gain summing junction, mixing all the outputs. |
nothing calls this directly
no outgoing calls
no test coverage detected