| 4940 | } |
| 4941 | |
| 4942 | DWORD WINAPI RtApiWasapi::stopWasapiThread( void* wasapiPtr ) |
| 4943 | { |
| 4944 | if ( wasapiPtr ) |
| 4945 | ( ( RtApiWasapi* ) wasapiPtr )->stopStream(); |
| 4946 | |
| 4947 | return 0; |
| 4948 | } |
| 4949 | |
| 4950 | DWORD WINAPI RtApiWasapi::abortWasapiThread( void* wasapiPtr ) |
| 4951 | { |
nothing calls this directly
no test coverage detected