Wwise SDK 2024.1.8
|
#include <AkBytesCount.h>
Public 成员函数 | |
WriteBytesCount () | |
virtual | ~WriteBytesCount () |
virtual bool | WriteBytes (const void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cWritten) |
virtual bool | Reserve (AkInt32 in_cBytes) |
virtual AkInt32 | Count () const |
virtual void | SetCount (AkInt32 in_cBytes) |
Set number of bytes written. 更多... | |
virtual AkUInt8 * | Bytes () const |
virtual AkUInt8 * | Detach () |
Return pointer to buffer and clear internal pointer. 更多... | |
virtual void | Clear () |
Clear the buffer contents. 更多... | |
template<class T > | |
bool | Write (const T &in_data) |
Interface | |
![]() | |
template<class T > | |
bool | Write (const T &in_data) |
template<> | |
bool | Write (const bool &in_data) |
在文件 AkBytesCount.h 第 76 行定义.