Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ uninitialize
Method
uninitialize
src/core/PannerNode.cpp:183–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
void PannerNode::uninitialize()
184
{
185
if (!isInitialized())
186
return;
187
188
m_panner.reset();
189
190
AudioNode::uninitialize();
191
}
192
193
void PannerNode::setOrientation(const FloatPoint3D & fwd)
194
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected