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

Method latencyTime

src/core/StereoPannerNode.cpp:230–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229 virtual double tailTime(ContextRenderLock & r) const { return 0; }
230 virtual double latencyTime(ContextRenderLock & r) const { return 0; }
231
232private:
233 bool m_isFirstRender = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected