| 349 | private: |
| 350 | |
| 351 | Xaudio2Implementation(Options const & opts) : Engine::Implementation(opts) { } |
| 352 | |
| 353 | static bool canPlaySample(std::shared_ptr<AudioData const> sample); |
| 354 |
nothing calls this directly
no outgoing calls
no test coverage detected