| 20 | |
| 21 | static const char* static_name() { return "SFXR"; } |
| 22 | virtual const char* name() const override { return static_name(); } |
| 23 | static AudioNodeDescriptor * desc(); |
| 24 | |
| 25 | // AudioNode |
nothing calls this directly
no outgoing calls
no test coverage detected