SoundBufferSourceInstance Class Reference

#include <SoundBuffer.h>

Inheritance diagram for SoundBufferSourceInstance:

SoundBufferEmptySourceInstance SoundBufferStaticSourceInstance

List of all members.

Public Member Functions

 SoundBufferSourceInstance (unsigned int source)
virtual ~SoundBufferSourceInstance ()
virtual void play (bool loop)=0
virtual void stop ()=0
virtual void simulate (bool loop)=0

Protected Attributes

unsigned int source_


Detailed Description

Definition at line 26 of file SoundBuffer.h.


Constructor & Destructor Documentation

SoundBufferSourceInstance::SoundBufferSourceInstance ( unsigned int  source  ) 

Definition at line 23 of file SoundBuffer.cpp.

SoundBufferSourceInstance::~SoundBufferSourceInstance (  )  [virtual]

Definition at line 28 of file SoundBuffer.cpp.


Member Function Documentation

virtual void SoundBufferSourceInstance::play ( bool  loop  )  [pure virtual]

Implemented in SoundBufferEmptySourceInstance, and SoundBufferStaticSourceInstance.

Referenced by SoundSource::play().

virtual void SoundBufferSourceInstance::stop (  )  [pure virtual]

Implemented in SoundBufferEmptySourceInstance, and SoundBufferStaticSourceInstance.

Referenced by SoundSource::stop().

virtual void SoundBufferSourceInstance::simulate ( bool  loop  )  [pure virtual]

Implemented in SoundBufferEmptySourceInstance, and SoundBufferStaticSourceInstance.

Referenced by SoundSource::simulate().


Member Data Documentation

unsigned int SoundBufferSourceInstance::source_ [protected]

Definition at line 37 of file SoundBuffer.h.

Referenced by SoundBufferStaticSourceInstance::play(), and SoundBufferStaticSourceInstance::stop().


The documentation for this class was generated from the following files:
Generated on Mon Feb 16 15:15:06 2009 for Scorched3D by  doxygen 1.5.3