Wwise SDK 2021.1.14
|
#include <AkRingBuffer.h>
Public Member Functions | |
AkRingBuffer () | |
AKRESULT | Init (AkUInt32 nbItems) |
void | Term () |
void | Reset () |
AkUInt32 | GetWriteIndex () const |
T * | GetWritePtr () |
void | IncrementWriteIndex (AkUInt32 nbItems) |
AkUInt32 | GetReadIndex () const |
const T * | GetReadPtr () const |
void | IncrementReadIndex (AkUInt32 nbItems) |
AkUInt32 | GetNbReadableItems () const |
AkUInt32 | GetNbWritableItems () const |
AkUInt32 | Size () const |
Definition at line 69 of file AkRingBuffer.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise