28 #ifndef HPL_OPENAL_SOUND_DATA_H 29 #define HPL_OPENAL_SOUND_DATA_H 31 #include "hpl1/engine/sound/SoundData.h" 32 #include "hpl1/engine/system/SystemTypes.h" 34 #include "audio/audiostream.h" 35 #include "common/ptr.h" 36 #include "common/str.h" 40 class cLowLevelSoundOpenAL;
47 bool CreateFromFile(
const tString &asFile);
51 bool IsStream() {
return mbStream; }
55 uint32 _audioDataSize = 0;
62 #endif // HPL_OPENAL_SOUND_DATA_H
Definition: SoundData.h:39
Definition: OpenALSoundData.h:42
Definition: SoundChannel.h:46
Definition: LowLevelSoundOpenAL.h:43