Wwise SDK 2018.1.11
IReadBytes
版本
Wwise SDK 2018.1.11
|
AK::IReadBytes类 参考abstract
类 AK::IReadBytes 继承关系图:

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 () |
bool | ReadString (wchar_t *out_pszString, AkInt32 in_nMax) |
详细描述
Generic binary input interface.
- 警告
- The functions in this interface are not thread-safe, unless stated otherwise.
该类的文档由以下文件生成:
- include/AK/IBytes.h