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

Method desc

src/extended/RecorderNode.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17AudioNodeDescriptor * RecorderNode::desc()
18{
19 static AudioNodeDescriptor d {nullptr, nullptr};
20 return &d;
21}
22
23RecorderNode::RecorderNode(AudioContext& r, int channelCount)
24 : AudioNode(r, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected