| 250 | void Xaudio2Effect::stop() { pause(); (const_cast<Xaudio2Effect *>(this))->stopped = true; } |
| 251 | void Xaudio2Effect::setPan(float pan) { if (sample) applyPan(pan, voice, sample->nchannels); } |
| 252 | bool Xaudio2Effect::setEmitterTransform(donut::math::affine3 const & transform) { return false; } |
| 253 | void Xaudio2Effect::setEffectCallback(EffectCallback const & cb) { callback = cb; } |
| 254 | |
| 255 | float Xaudio2Effect::played() |
nothing calls this directly
no outgoing calls
no test coverage detected