| 16 | class AudioContext; |
| 17 | class AudioNodeInput; |
| 18 | class AudioBus; |
| 19 | |
| 20 | // AudioNodeOutput represents a single output for an AudioNode. |
| 21 | // It may be connected to one or more AudioNodeInputs. |
nothing calls this directly
no outgoing calls
no test coverage detected