Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <Sound.h>
Public Attributes | |
int | loaded: 1 |
int | loading: 1 |
int | streaming: 1 |
int Audio::Sound::Flags::loaded |
Loaded state of the resource.
Definition at line 34 of file Sound.h.
Referenced by Audio::Sound::isLoaded(), and Audio::Sound::unload().
int Audio::Sound::Flags::loading |
Background loading state of the resource.
Definition at line 39 of file Sound.h.
Referenced by Audio::Sound::isLoading().
int Audio::Sound::Flags::streaming |
Sound is a streaming resource
Definition at line 44 of file Sound.h.
Referenced by Audio::Sound::isStreaming().