Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
Audio Namespace Reference

Functions

int Initialize ()
 
PlayableSound_tLoadSound (const Sound_t *Sound)
 
bool PlaySound (PlayableSound_t *Sound)
 
bool StopSound (PlayableSound_t *Sound)
 
void DeleteSound (PlayableSound_t *Sound)
 
void Shutdown ()
 

Variables

IXAudio2 * pXAudio2 = NULL
 
IXAudio2MasteringVoice * MasterVoice = NULL
 

Function Documentation

void Audio::DeleteSound ( PlayableSound_t Sound)
int Audio::Initialize ( )
PlayableSound_t * Audio::LoadSound ( const Sound_t Sound)
bool Audio::PlaySound ( PlayableSound_t Sound)
void Audio::Shutdown ( )
bool Audio::StopSound ( PlayableSound_t Sound)

Variable Documentation

IXAudio2MasteringVoice* Audio::MasterVoice = NULL
IXAudio2* Audio::pXAudio2 = NULL