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

Method desc

src/core/AudioHardwareInputNode.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19
20AudioNodeDescriptor * AudioHardwareInputNode::desc()
21{
22 static AudioNodeDescriptor d {nullptr, nullptr};
23 return &d;
24}
25
26AudioHardwareInputNode::AudioHardwareInputNode(AudioContext & ac, AudioSourceProvider * audioSourceProvider)
27 : AudioNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected