Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

kerosin::SoundSystem Class Reference

#include <soundsystem.h>

Inheritance diagram for kerosin::SoundSystem:

Inheritance graph
[legend]
Collaboration diagram for kerosin::SoundSystem:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SoundSystem ()
virtual ~SoundSystem ()
virtual bool Init (int inFreq)=0
virtual void Shutdown ()=0
virtual float GetCPU ()=0
virtual SoundEffectCreateEffect (SoundServer &soundServer)=0
virtual SoundStreamCreateStream (SoundServer &soundServer)=0
virtual SoundModuleCreateModule (SoundServer &soundServer)=0

Detailed Description

Definition at line 53 of file soundsystem.h.


Constructor & Destructor Documentation

kerosin::SoundSystem::SoundSystem  )  [inline]
 

Definition at line 56 of file soundsystem.h.

virtual kerosin::SoundSystem::~SoundSystem  )  [inline, virtual]
 

Definition at line 57 of file soundsystem.h.


Member Function Documentation

virtual SoundEffect* kerosin::SoundSystem::CreateEffect SoundServer soundServer  )  [pure virtual]
 

Implemented in SoundSystemFMOD.

virtual SoundModule* kerosin::SoundSystem::CreateModule SoundServer soundServer  )  [pure virtual]
 

Implemented in SoundSystemFMOD.

virtual SoundStream* kerosin::SoundSystem::CreateStream SoundServer soundServer  )  [pure virtual]
 

Implemented in SoundSystemFMOD.

virtual float kerosin::SoundSystem::GetCPU  )  [pure virtual]
 

Implemented in SoundSystemFMOD.

virtual bool kerosin::SoundSystem::Init int  inFreq  )  [pure virtual]
 

Implemented in SoundSystemFMOD.

virtual void kerosin::SoundSystem::Shutdown  )  [pure virtual]
 

Implemented in SoundSystemFMOD.


The documentation for this class was generated from the following file:
Generated on Thu Apr 6 15:44:01 2006 for rcssserver3d by  doxygen 1.4.4