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

Method abortWasapiThread

src/backends/RtAudio/RtAudio.cpp:5379–5385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5377}
5378
5379DWORD WINAPI RtApiWasapi::abortWasapiThread(void * wasapiPtr)
5380{
5381 if (wasapiPtr)
5382 ((RtApiWasapi *) wasapiPtr)->abortStream();
5383
5384 return 0;
5385}
5386
5387//-----------------------------------------------------------------------------
5388

Callers

nothing calls this directly

Calls 1

abortStreamMethod · 0.45

Tested by

no test coverage detected