| 35 | |
| 36 | static const char* static_name() { return "Recorder"; } |
| 37 | virtual const char* name() const override { return static_name(); } |
| 38 | static AudioNodeDescriptor * desc(); |
| 39 | |
| 40 | // AudioNode |
nothing calls this directly
no outgoing calls
no test coverage detected