| 805 | } |
| 806 | |
| 807 | void Xaudio2Implementation::stopUpdateThread() |
| 808 | { |
| 809 | m_updateRunning = false; |
| 810 | if (m_updateThread.joinable()) |
| 811 | m_updateThread.join(); |
| 812 | } |
| 813 | |
| 814 | std::unique_ptr<Engine::Implementation> Xaudio2Implementation::create(Options const & opts) |
| 815 | { |
nothing calls this directly
no outgoing calls
no test coverage detected