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

Method abortWasapiThread

external/rtaudio/RtAudio.cpp:4950–4956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4948}
4949
4950DWORD WINAPI RtApiWasapi::abortWasapiThread( void* wasapiPtr )
4951{
4952 if ( wasapiPtr )
4953 ( ( RtApiWasapi* ) wasapiPtr )->abortStream();
4954
4955 return 0;
4956}
4957
4958//-----------------------------------------------------------------------------
4959

Callers

nothing calls this directly

Calls 1

abortStreamMethod · 0.45

Tested by

no test coverage detected