XPMP2
X-Plane multiplayer library 2 - using instancing
|
This is the complete list of members for XPMP2::SoundSystem, including all inherited members.
AddChn(SoundFile *pSnd, float vol, FMOD_CHANNEL *pChn=nullptr) | XPMP2::SoundSystem | protected |
EnumerateSounds(const char *prevName, const char **ppFilePath) | XPMP2::SoundSystem | |
GetChn(uint64_t sndId) | XPMP2::SoundSystem | protected |
IsValid(uint64_t sndId) | XPMP2::SoundSystem | virtual |
LoadSoundFile(const std::string &_sndName, const std::string &_filePath, bool _bLoop, float _coneDir, float _conePitch, float _coneInAngle, float _coneOutAngle, float _coneOutVol)=0 | XPMP2::SoundSystem | pure virtual |
mapChn | XPMP2::SoundSystem | protected |
mapSounds | XPMP2::SoundSystem | protected |
Play(const std::string &sndName, float vol, const Aircraft &ac)=0 | XPMP2::SoundSystem | pure virtual |
RemoveChn(uint64_t sndId) | XPMP2::SoundSystem | protected |
SetAllMute(bool bMute)=0 | XPMP2::SoundSystem | pure virtual |
SetMasterVolume(float volMaster)=0 | XPMP2::SoundSystem | pure virtual |
SetMute(uint64_t sndId, bool bMute)=0 | XPMP2::SoundSystem | pure virtual |
SetPosOrientation(uint64_t sndId, const Aircraft &ac, bool bDoOrientation)=0 | XPMP2::SoundSystem | pure virtual |
SetVolume(uint64_t sndId, float vol)=0 | XPMP2::SoundSystem | pure virtual |
SoundSystem() | XPMP2::SoundSystem | inline |
Stop(uint64_t sndId)=0 | XPMP2::SoundSystem | pure virtual |
Unpause(uint64_t sndId)=0 | XPMP2::SoundSystem | pure virtual |
Update()=0 | XPMP2::SoundSystem | pure virtual |
~SoundSystem() | XPMP2::SoundSystem | inlinevirtual |