MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / Delay

Method Delay

core/src/core/delay.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23// --------------------------------------------------------------------------------------------------------------------
24
25Delay::Delay()
26 : mCursor(0)
27 , mReadCursor(0)
28{}
29
30Delay::Delay(int delay,
31 int frameSize)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected