| 5369 | } |
| 5370 | |
| 5371 | DWORD WINAPI RtApiWasapi::stopWasapiThread(void * wasapiPtr) |
| 5372 | { |
| 5373 | if (wasapiPtr) |
| 5374 | ((RtApiWasapi *) wasapiPtr)->stopStream(); |
| 5375 | |
| 5376 | return 0; |
| 5377 | } |
| 5378 | |
| 5379 | DWORD WINAPI RtApiWasapi::abortWasapiThread(void * wasapiPtr) |
| 5380 | { |
nothing calls this directly
no test coverage detected