MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / runWasapiThread

Method runWasapiThread

external/rtaudio/RtAudio.cpp:4934–4940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4932//=============================================================================
4933
4934DWORD WINAPI RtApiWasapi::runWasapiThread( void* wasapiPtr )
4935{
4936 if ( wasapiPtr )
4937 ( ( RtApiWasapi* ) wasapiPtr )->wasapiThread();
4938
4939 return 0;
4940}
4941
4942DWORD WINAPI RtApiWasapi::stopWasapiThread( void* wasapiPtr )
4943{

Callers

nothing calls this directly

Calls 1

wasapiThreadMethod · 0.80

Tested by

no test coverage detected