MFSound.h File Reference

Provides access to the Mount Fuji Engine sound system. More...


Functions

int MFSound_LoadBank (const char *pFilename)
 Load a sound bank.
void MFSound_UnloadBank (int bankID)
 Load a sound bank.
int MFSound_FindSound (const char *pSoundName, int searchBankID=0)
 Find a sound.
int MFSound_Play (int soundID)
 Play a sound.
int MFSound_Play3D (int soundID)
 Play a sound in the 3D environment.
void MFSound_Stop (int voice)
 Stop a sound.
void MFSound_SetListenerPos (const MFMatrix &listenerPos)
 Set the sound listener position.
void MFSound_SetVolume (int voice, float volume)
 Set the volume of a voice.
void MFSound_SetPlaybackRate (int voice, float rate)
 Set the playback rate for a voice.
void MFSound_SetMasterVolume (float volume)
 Set the master volume.
int MFSound_MusicPlay (const char *pFilename, bool pause=false)
 Begin music playback.
void MFSound_MusicUnload (int track)
 Unload a music track.
void MFSound_MusicSeek (int track, float seconds)
 Seek the music track.
void MFSound_MusicPause (int track, bool pause)
 Pause music playback.
void Sound_MusicSetVolume (int track, float volume)
 Set the music track volume.


Detailed Description

Author:
Manu Evans

Generated on Sat Oct 28 16:27:28 2006 for MountFuji Engine by  doxygen 1.4.5