| 5088 | } |
| 5089 | |
| 5090 | DWORD WINAPI RtApiWasapi::stopWasapiThread(void *wasapiPtr) |
| 5091 | { |
| 5092 | if (wasapiPtr) |
| 5093 | ((RtApiWasapi *)wasapiPtr)->stopStream(); |
| 5094 | |
| 5095 | return 0; |
| 5096 | } |
| 5097 | |
| 5098 | DWORD WINAPI RtApiWasapi::abortWasapiThread(void *wasapiPtr) |
| 5099 | { |
nothing calls this directly
no test coverage detected