MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / stopWasapiThread

Method stopWasapiThread

examples/TinyAudio/RtAudio.cpp:5090–5096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5088}
5089
5090DWORD WINAPI RtApiWasapi::stopWasapiThread(void *wasapiPtr)
5091{
5092 if (wasapiPtr)
5093 ((RtApiWasapi *)wasapiPtr)->stopStream();
5094
5095 return 0;
5096}
5097
5098DWORD WINAPI RtApiWasapi::abortWasapiThread(void *wasapiPtr)
5099{

Callers

nothing calls this directly

Calls 1

stopStreamMethod · 0.45

Tested by

no test coverage detected