|
FIFE
|
#include <soundclip.h>
Collaboration diagram for FIFE::SoundBufferEntry:Public Attributes | |
| ALuint | buffers [BUFFER_NUM] |
| uint32_t | usedbufs |
| uint64_t | deccursor |
Definition at line 50 of file soundclip.h.
| ALuint FIFE::SoundBufferEntry::buffers[BUFFER_NUM] |
Definition at line 51 of file soundclip.h.
Referenced by FIFE::SoundClip::acquireStream(), FIFE::SoundClip::beginStreaming(), FIFE::SoundClip::free(), FIFE::SoundClip::load(), and FIFE::SoundClip::quitStreaming().
| uint64_t FIFE::SoundBufferEntry::deccursor |
Definition at line 53 of file soundclip.h.
Referenced by FIFE::SoundClip::getStream().
| uint32_t FIFE::SoundBufferEntry::usedbufs |
Definition at line 52 of file soundclip.h.
Referenced by FIFE::SoundClip::beginStreaming(), FIFE::SoundClip::free(), and FIFE::SoundClip::load().