MCPcopy Create free account
hub / github.com/LabSound/LabSound / name

Method name

include/LabSound/extended/RecorderNode.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected