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

Method latencyTime

include/LabSound/core/NullDeviceNode.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 virtual double tailTime(ContextRenderLock & r) const override { return 0; }
52 virtual double latencyTime(ContextRenderLock & r) const override { return 0; }
53
54 virtual void process(ContextRenderLock &, int bufferSize) override {} // NullDeviceNode is pulled by its own internal thread so this is never called
55 virtual void reset(ContextRenderLock &) override{}; // @fixme

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected