HoverRace  2.0
Namespaces | Macros | Functions
SoundServer.h File Reference
#include <string>
+ Include dependency graph for SoundServer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 HoverRace
 
 HoverRace::VideoServices
 
 HoverRace::VideoServices::SoundServer
 

Macros

#define MR_DllDeclare
 

Functions

MR_DllDeclare void HoverRace::VideoServices::SoundServer::ApplyContinuousPlay ()
 
MR_DllDeclare void HoverRace::VideoServices::SoundServer::Close ()
 
MR_DllDeclare ContinuousSound * HoverRace::VideoServices::SoundServer::CreateContinuousSound (const char *pData, int pNbCopy)
 
MR_DllDeclare ShortSound * HoverRace::VideoServices::SoundServer::CreateShortSound (const char *pData, int pNbCopy)
 
MR_DllDeclare void HoverRace::VideoServices::SoundServer::DeleteContinuousSound (ContinuousSound *pSound)
 
MR_DllDeclare void HoverRace::VideoServices::SoundServer::DeleteShortSound (ShortSound *pSound)
 
MR_DllDeclare const std::string & HoverRace::VideoServices::SoundServer::GetInitError ()
 Retrieve the error message from the initialization. More...
 
MR_DllDeclare bool HoverRace::VideoServices::SoundServer::Init ()
 
MR_DllDeclare bool HoverRace::VideoServices::SoundServer::IsDisabled ()
 Determine if the sound is currently disabled. More...
 
MR_DllDeclare void HoverRace::VideoServices::SoundServer::Play (ShortSound *pSound, int pDB=0, double pSpeed=1.0, int pPan=0)
 
MR_DllDeclare void HoverRace::VideoServices::SoundServer::Play (ContinuousSound *pSound, int pCopy, int pDB=0, double pSpeed=1.0, int pPan=0)
 

Macro Definition Documentation

#define MR_DllDeclare