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

Method runWasapiThread

src/backends/RtAudio/RtAudio.cpp:5363–5369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5361//=============================================================================
5362
5363DWORD WINAPI RtApiWasapi::runWasapiThread(void * wasapiPtr)
5364{
5365 if (wasapiPtr)
5366 ((RtApiWasapi *) wasapiPtr)->wasapiThread();
5367
5368 return 0;
5369}
5370
5371DWORD WINAPI RtApiWasapi::stopWasapiThread(void * wasapiPtr)
5372{

Callers

nothing calls this directly

Calls 1

wasapiThreadMethod · 0.80

Tested by

no test coverage detected