이 파일의 문서화 페이지로 가기
34 template <AkMemID T_MEMID>
39 return AkAlloc(T_MEMID, in_uSize);
44 AkFree(T_MEMID, in_pAddress);
48 template <AkMemID T_MEMID>
66 template <
class T,
class TAlloc = AkRingBufferAllocatorDefault>
75 , m_nbReadableItems(0)
84 m_nbReadableItems = 0;
86 m_data =
reinterpret_cast<T*
>(TAlloc::Alloc(m_nbItems *
sizeof(T)));
99 m_nbReadableItems = 0;
117 return &m_data[m_writeIndex];
124 m_writeIndex = (m_writeIndex + nbItems) % m_nbItems;
138 return &m_data[m_readIndex];
145 m_readIndex = (m_readIndex + nbItems) % m_nbItems;
152 return m_nbReadableItems;
157 return m_nbItems - m_nbReadableItems;
AkUInt32 GetReadIndex() const
const T * GetReadPtr() const
AkUInt32 GetWriteIndex() const
#define AkFree(_pool, _pvmem)
static AkForceInline void Free(void *in_pAddress)
AKSOUNDENGINE_API void Free(AkMemPoolId in_poolId, void *in_pMemAddress)
static AkForceInline void * Alloc(size_t in_uSize)
AKRESULT
Standard function call result.
AkRingBufferAllocatorAligned< AkMemID_Processing > AkRingBufferAllocatorLEngineAligned
static AkForceInline void * Alloc(size_t in_uSize)
AkRingBufferAllocatorNoAlign< AkMemID_Object > AkRingBufferAllocatorDefault
#define AkAlloc(_pool, _size)
@ AK_Success
The operation was successful.
static AkForceInline void Free(void *in_pAddress)
void IncrementReadIndex(AkUInt32 nbItems)
AkUInt32 GetNbReadableItems() const
AkUInt32 GetNbWritableItems() const
#define AKASSERT(Condition)
AKRESULT Init(AkUInt32 nbItems)
#define AkMalign(_pool, _size, _align)
#define AkFalign(_pool, _pvmem)
void IncrementWriteIndex(AkUInt32 nbItems)
@ AK_InsufficientMemory
Memory error.
AkRingBufferAllocatorNoAlign< AkMemID_Processing > AkRingBufferAllocatorLEngine
지원이 필요하신가요?
질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!
지원 페이지를 방문해 주세요
작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요