MCPcopy Create free account
hub / github.com/audacity/audacity / Remaining

Method Remaining

libraries/lib-mixer/WideSampleSource.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45sampleCount WideSampleSource::Remaining() const
46{
47 return std::max<sampleCount>(0, mOutputRemaining);
48}
49
50#define stackAllocate(T, count) static_cast<T*>(alloca(count * sizeof(T)))
51

Callers 1

AcquireMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected