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

Method latencyTime

src/internal/src/AudioDSPKernelProcessor.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91double AudioDSPKernelProcessor::latencyTime(ContextRenderLock & r) const
92{
93 // It is expected that all the kernels have the same latencyTime.
94 return !m_kernels.empty() ? (*m_kernels.begin())->latencyTime(r) : 0;
95}
96
97} // namespace lab

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected