Go to the source code of this file.
Namespaces | |
namespace | IS3D |
Classes | |
class | IS3D::SoundImplementation |
base class for sound device implementations More... | |
class | IS3D::SoundMgr |
Typedefs | |
typedef ReferenceCountedPointer< class SoundImplementation > | IS3D::SoundImplementationRef |
Enumerations | |
enum | IS3D::SOUNDPARAM { IS3D::SP_LOOP = 0, IS3D::SP_PITCH = 1, IS3D::SP_GAIN = 2, IS3D::SP_POSX = 3, IS3D::SP_POSY = 4, IS3D::SP_POSZ = 5, IS3D::SP_VELX = 6, IS3D::SP_VELY = 7, IS3D::SP_VELZ = 8, IS3D::SP_NUM_PARAMS = 9 } |