| 31 | |
| 32 | static const char* static_name() { return "StereoPanner"; } |
| 33 | virtual const char* name() const override { return static_name(); } |
| 34 | static AudioNodeDescriptor * desc(); |
| 35 | |
| 36 | std::shared_ptr<AudioParam> pan() { return m_pan; } |
nothing calls this directly
no outgoing calls
no test coverage detected