Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <SoundManager.h>
Definition at line 192 of file SoundManager.h.
Public Member Functions | |
PlayState () | |
constructor | |
Public Attributes | |
Snd_ID | snd_id |
index of sound | |
unsigned int | offset |
position in the sound | |
unsigned int | cumulative |
total time of playing (over queued sounds) | |
Play_ID | next_id |
lets you queue for continuous sound, or loop |
|
constructor
Definition at line 681 of file SoundManager.cc. |
|
total time of playing (over queued sounds)
Definition at line 196 of file SoundManager.h. |
|
lets you queue for continuous sound, or loop
Definition at line 197 of file SoundManager.h. |
|
position in the sound
Definition at line 195 of file SoundManager.h. |
|
index of sound
Definition at line 194 of file SoundManager.h. |
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:27 2004 by Doxygen 1.3.4 |