1#ifndef NW_SND_STREAM_BUFFER_POOL_H_
2#define NW_SND_STREAM_BUFFER_POOL_H_
4#include <nw/snd/snd_Global.h>
11 void Initialize(
void* pBuffer, size_t size,
int blockCount);
18#ifdef NW_PLATFORM_CAFE
Definition snd_StreamBufferPool.h:9
size_t m_BlockSize
Definition snd_StreamBufferPool.h:28
size_t m_BufferSize
Definition snd_StreamBufferPool.h:27
static const int BLOCK_MAX
Definition snd_StreamBufferPool.h:23
int m_AllocCount
Definition snd_StreamBufferPool.h:30
size_t GetBlockSize() const
Definition snd_StreamBufferPool.h:17
int m_BlockCount
Definition snd_StreamBufferPool.h:29
void * m_pBuffer
Definition snd_StreamBufferPool.h:26
u8 m_AllocFlags[BLOCK_MAX/BIT_PER_BYTE]
Definition snd_StreamBufferPool.h:31
void Initialize(void *pBuffer, size_t size, int blockCount)
static const int BIT_PER_BYTE
Definition snd_StreamBufferPool.h:24
Definition snd_BasicSound.h:136
Definition snd_BasicSound.cpp:3
Definition snd_BasicSound.cpp:3