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

Method stopWasapiThread

external/rtaudio/RtAudio.cpp:4942–4948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4940}
4941
4942DWORD WINAPI RtApiWasapi::stopWasapiThread( void* wasapiPtr )
4943{
4944 if ( wasapiPtr )
4945 ( ( RtApiWasapi* ) wasapiPtr )->stopStream();
4946
4947 return 0;
4948}
4949
4950DWORD WINAPI RtApiWasapi::abortWasapiThread( void* wasapiPtr )
4951{

Callers

nothing calls this directly

Calls 1

stopStreamMethod · 0.45

Tested by

no test coverage detected