|
Wwise SDK 2022.1.19
|
#include <AkBytesCount.h>
Public 成员函数 | |
| ReadBytesSkip () | |
| ReadBytesSkip (const void *in_pBytes, AkInt32 in_cBytes) | |
| virtual | ~ReadBytesSkip () |
| virtual bool | ReadBytes (void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cRead) |
| void | Attach (const void *in_pBytes, AkInt32 in_cBytes) |
| AkInt32 | Count () |
Public 成员函数 继承自 AK::IReadBytes | |
| template<class T > | |
| bool | Read (T &out_data) |
| template<class T > | |
| T | Read () |
| template<class CHAR_T > | |
| bool | ReadString (CHAR_T *out_pszString, AkInt32 in_nMax) |
在文件 AkBytesCount.h 第 41 行定义.