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

Method desc

src/core/PannerNode.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 nullptr};
66
67AudioNodeDescriptor * PannerNode::desc()
68{
69 static AudioNodeDescriptor d {s_pDesc, s_sDesc};
70 return &d;
71}
72
73PannerNode::PannerNode(AudioContext & ac)
74 : AudioNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected