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

Method latencyTime

src/core/PannerNode.cpp:603–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601 return m_panner ? m_panner->tailTime(r) : 0;
602}
603double PannerNode::latencyTime(ContextRenderLock & r) const
604{
605 return m_panner ? m_panner->latencyTime(r) : 0;
606}
607
608} // namespace lab

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected