|
My Project
|
This is the complete list of members for Engine::IAudioSystem, including all inherited members.
| Init()=0 | Engine::IAudioSystem | pure virtual |
| LoadSound(const std::string &path, const EI::SoundDesc &desc={})=0 | Engine::IAudioSystem | pure virtual |
| Play(EI::SoundHandle sound, const EI::VoiceParams ¶ms={})=0 | Engine::IAudioSystem | pure virtual |
| SetMasterVolume(float volume)=0 | Engine::IAudioSystem | pure virtual |
| Shutdown()=0 | Engine::IAudioSystem | pure virtual |
| Stop(EI::VoiceHandle voice)=0 | Engine::IAudioSystem | pure virtual |
| UnloadSound(EI::SoundHandle sound)=0 | Engine::IAudioSystem | pure virtual |
| Update(float dt)=0 | Engine::IAudioSystem | pure virtual |
| ~IAudioSystem()=default | Engine::IAudioSystem | virtual |