Public Member Functions | |
| SoundManager (AGDSEngine *engine, Audio::Mixer *mixer) | |
| void | tick () |
| int | play (Common::String process, const Common::String &resource, const Common::String &filename, const Common::String &phaseVar, bool startPlaying, int volume, int pan, int id=-1, bool ambient=false) |
| bool | playing (int id) const |
| void | stopAllFrom (const Common::String &process) |
| void | stopAll () |
| const Sound * | find (int id) const |
| Sound * | findSampleByPhaseVar (const Common::String &phaseVar) |