MCPcopy Create free account
hub / github.com/DISTRHO/DPF / runWasapiThread

Method runWasapiThread

distrho/src/jackbridge/rtaudio/RtAudio.cpp:4924–4930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4922//=============================================================================
4923
4924DWORD WINAPI RtApiWasapi::runWasapiThread( void* wasapiPtr )
4925{
4926 if ( wasapiPtr )
4927 ( ( RtApiWasapi* ) wasapiPtr )->wasapiThread();
4928
4929 return 0;
4930}
4931
4932DWORD WINAPI RtApiWasapi::stopWasapiThread( void* wasapiPtr )
4933{

Callers

nothing calls this directly

Calls 1

wasapiThreadMethod · 0.80

Tested by

no test coverage detected