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

Method name

include/LabSound/core/NullDeviceNode.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43 static const char* static_name() { return "NullDevice"; }
44 virtual const char* name() const override { return static_name(); }
45 static AudioNodeDescriptor * desc();
46
47 // AudioNode Interface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected