| 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. References SoundManager::invalid_Play_ID, and SoundManager::invalid_Snd_ID. |
|
|
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 v1.4 |
Generated Sat Jul 19 00:09:10 2003 by Doxygen 1.3.2 |