Colobot
|
This is the complete list of members for CSoundInterface, including all inherited members.
AddEnvelope(int channel, float amplitude, float frequency, float time, SoundNext oper) | CSoundInterface | virtual |
Cache(SoundType sound, const std::string &file) | CSoundInterface | virtual |
CacheAll() | CSoundInterface | |
CacheCommonMusic() | CSoundInterface | |
CacheMusic(const std::string &file) | CSoundInterface | virtual |
Create() | CSoundInterface | virtual |
CSoundInterface() (defined in CSoundInterface) | CSoundInterface | |
FlushEnvelope(int channel) | CSoundInterface | virtual |
FrameMove(float rTime) | CSoundInterface | virtual |
Frequency(int channel, float frequency) | CSoundInterface | virtual |
GetAudioVolume() | CSoundInterface | virtual |
GetEnable() | CSoundInterface | virtual |
GetMusicVolume() | CSoundInterface | virtual |
IsCached(SoundType sound) | CSoundInterface | virtual |
IsCachedMusic(const std::string &file) | CSoundInterface | virtual |
IsPlayingMusic() | CSoundInterface | virtual |
MuteAll(bool mute) | CSoundInterface | virtual |
Play(SoundType sound, float amplitude=1.0f, float frequency=1.0f, bool loop=false) | CSoundInterface | virtual |
Play(SoundType sound, const Math::Vector &pos, float amplitude=1.0f, float frequency=1.0f, bool loop=false) | CSoundInterface | virtual |
PlayMusic(const std::string &filename, bool repeat, float fadeTime=2.0f) | CSoundInterface | virtual |
PlayPauseMusic(const std::string &filename, bool repeat) | CSoundInterface | virtual |
Position(int channel, const Math::Vector &pos) | CSoundInterface | virtual |
RestartMusic() | CSoundInterface | virtual |
SetAudioVolume(int volume) | CSoundInterface | virtual |
SetListener(const Math::Vector &eye, const Math::Vector &lookat) | CSoundInterface | virtual |
SetMusicVolume(int volume) | CSoundInterface | virtual |
Stop(int channel) | CSoundInterface | virtual |
StopAll() | CSoundInterface | virtual |
StopMusic(float fadeTime=2.0f) | CSoundInterface | virtual |
StopPauseMusic() | CSoundInterface | virtual |
SuspendMusic() | CSoundInterface | virtual |
~CSoundInterface() (defined in CSoundInterface) | CSoundInterface | virtual |