|
Wwise SDK 2022.1.19
|
#include <IBytes.h>
Public 成员函数 | |
Interface | |
| virtual bool | ReadBytes (void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cRead)=0 |
Helpers | |
| 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) |