| 45 | |
| 46 | static const char* static_name() { return "Delay"; } |
| 47 | virtual const char* name() const override { return static_name(); } |
| 48 | static AudioNodeDescriptor * desc(); |
| 49 | |
| 50 | std::shared_ptr<AudioSetting> delayTime(); |
nothing calls this directly
no outgoing calls
no test coverage detected