| 241 | }; |
| 242 | |
| 243 | std::weak_ptr<AudioData const> Xaudio2Effect::getSample() const { return sample; } |
| 244 | |
| 245 | // note : because client code may be holding a locked effect pointer to a voice that stopped |
| 246 | // playing, all public interface functors MUST make sure the voice not null. |
nothing calls this directly
no outgoing calls
no test coverage detected