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

Method desc

src/core/AudioHardwareDeviceNode.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26/////////////////////////////////
27
28AudioNodeDescriptor * AudioHardwareDeviceNode::desc()
29{
30 static AudioNodeDescriptor d {nullptr, nullptr};
31 return &d;
32}
33
34AudioHardwareDeviceNode::AudioHardwareDeviceNode(AudioContext & context,
35 const AudioStreamConfig & outputConfig,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected