4 #ifndef __AUDIO_SOURCETEMPLATE_H__INCLUDED__
5 #define __AUDIO_SOURCETEMPLATE_H__INCLUDED__
37 std::string soundName;
59 const std::string &soundName,
69 void setSoundName(
const std::string &newName)
throw() { soundName = newName; }
119 bool isLooping()
const throw() {
return flags.looping != 0; }
127 bool isRelative()
const throw() {
return flags.relative != 0; }
142 void setStreaming(
bool stream)
throw() { flags.streaming = stream ? 1 : 0; }
148 #endif//__AUDIO_SOURCETEMPLATE_H__INCLUDED__