SoundBufferStaticSourceInstance Class Reference

#include <SoundBufferStaticSourceInstance.h>

Inheritance diagram for SoundBufferStaticSourceInstance:

SoundBufferSourceInstance

List of all members.

Public Member Functions

 SoundBufferStaticSourceInstance (unsigned int source, unsigned int buffer)
virtual ~SoundBufferStaticSourceInstance ()
virtual void play (bool loop)
virtual void stop ()
virtual void simulate (bool loop)

Protected Attributes

unsigned int buffer_


Detailed Description

Definition at line 26 of file SoundBufferStaticSourceInstance.h.


Constructor & Destructor Documentation

SoundBufferStaticSourceInstance::SoundBufferStaticSourceInstance ( unsigned int  source,
unsigned int  buffer 
)

Definition at line 31 of file SoundBufferStaticSourceInstance.cpp.

SoundBufferStaticSourceInstance::~SoundBufferStaticSourceInstance (  )  [virtual]

Definition at line 37 of file SoundBufferStaticSourceInstance.cpp.


Member Function Documentation

void SoundBufferStaticSourceInstance::play ( bool  loop  )  [virtual]

Implements SoundBufferSourceInstance.

Definition at line 41 of file SoundBufferStaticSourceInstance.cpp.

References buffer_, and SoundBufferSourceInstance::source_.

void SoundBufferStaticSourceInstance::stop (  )  [virtual]

Implements SoundBufferSourceInstance.

Definition at line 51 of file SoundBufferStaticSourceInstance.cpp.

References buffer_, and SoundBufferSourceInstance::source_.

void SoundBufferStaticSourceInstance::simulate ( bool  loop  )  [virtual]

Implements SoundBufferSourceInstance.

Definition at line 57 of file SoundBufferStaticSourceInstance.cpp.


Member Data Documentation

unsigned int SoundBufferStaticSourceInstance::buffer_ [protected]

Definition at line 38 of file SoundBufferStaticSourceInstance.h.

Referenced by play(), and 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