NW4F Snd
Loading...
Searching...
No Matches
snd_SoundInstanceManager.h
Go to the documentation of this file.
1#ifndef NW_SND_SOUND_INSTANCE_MANAGER_H_
2#define NW_SND_SOUND_INSTANCE_MANAGER_H_
3
4#include <nw/ut/ut_LinkList.h>
5#include <nw/snd/snd_BasicSound.h>
6
7namespace nw { namespace snd { namespace internal {
8
9template <typename Sound>
32
33} } } // namespace nw::snd::internal
34
35#endif // NW_SND_SOUND_INSTANCE_MANAGER_H_
Definition snd_SoundInstanceManager.h:11
ut::LinkList< Sound, offsetof(Sound, m_PriorityLink)> PriorityList
Definition snd_SoundInstanceManager.h:13
PriorityList m_PriorityList
Definition snd_SoundInstanceManager.h:29
SoundInstanceManager()
Definition snd_SoundInstanceManager.h:16
u32 m_BufferSize
Definition snd_SoundInstanceManager.h:28
~SoundInstanceManager()
Definition snd_SoundInstanceManager.h:22
PriorityList m_FreeList
Definition snd_SoundInstanceManager.h:30
void * m_pBuffer
Definition snd_SoundInstanceManager.h:27
Definition snd_BasicSound.cpp:3
Definition snd_BasicSound.cpp:3