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

Method desc

src/core/NullDeviceNode.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19static const int offlineRenderSizeQuantum = AudioNode::ProcessingSizeInFrames;
20
21AudioNodeDescriptor * NullDeviceNode::desc()
22{
23 static AudioNodeDescriptor d {nullptr, nullptr};
24 return &d;
25}
26
27NullDeviceNode::NullDeviceNode(AudioContext & ac,
28 const AudioStreamConfig & outputConfig, double lengthSeconds)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected