SoundManager::PlayState Struct Reference#include <SoundManager.h>
List of all members.
Detailed Description
Holds data about sounds currently being played.
Definition at line 222 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 & Destructor Documentation
SoundManager::PlayState::PlayState |
( |
|
) |
|
|
Member Data Documentation
|
total time of playing (over queued sounds)
Definition at line 226 of file SoundManager.h. |
|
lets you queue for continuous sound, or loop
Definition at line 227 of file SoundManager.h. |
The documentation for this struct was generated from the following files:
|