This is the complete list of members for DummySoundManager, including all inherited members.
| addSoundToGroup(const std::string &sound_name, const std::string &group_name) override | DummySoundManager | inlinevirtual |
| allocateId(u32 num_owners) | ISoundManager | |
| fadeSound(sound_handle_t sound, f32 step, f32 target_gain) override | DummySoundManager | inlinevirtual |
| freeId(sound_handle_t id, u32 num_owners=1) | ISoundManager | |
| loadSoundData(const std::string &name, std::string &&filedata) override | DummySoundManager | inlinevirtual |
| loadSoundFile(const std::string &name, const std::string &filepath) override | DummySoundManager | inlinevirtual |
| m_next_id | ISoundManager | private |
| m_occupied_ids | ISoundManager | private |
| m_removed_sounds | ISoundManager | private |
| pauseAll() override | DummySoundManager | inlinevirtual |
| playSound(sound_handle_t id, const SoundSpec &spec) override | DummySoundManager | inlinevirtual |
| playSoundAt(sound_handle_t id, const SoundSpec &spec, const v3f &pos, const v3f &vel) override | DummySoundManager | inlinevirtual |
| pollRemovedSounds() | ISoundManager | inline |
| reportRemovedSound(sound_handle_t id) | ISoundManager | protected |
| resumeAll() override | DummySoundManager | inlinevirtual |
| setListenerGain(f32 gain) override | DummySoundManager | inlinevirtual |
| step(f32 dtime) override | DummySoundManager | inlinevirtual |
| stopSound(sound_handle_t sound) override | DummySoundManager | inlinevirtual |
| updateListener(const v3f &pos, const v3f &vel, const v3f &at, const v3f &up) override | DummySoundManager | inlinevirtual |
| updateSoundPosVel(sound_handle_t sound, const v3f &pos, const v3f &vel) override | DummySoundManager | inlinevirtual |
| ~ISoundManager()=default | ISoundManager | virtual |