目录
Wwise SDK 2018.1.11
|
AK::IWriteBytes类 参考abstract
类 AK::IWriteBytes 继承关系图:

Public 成员函数 | |
Interface | |
virtual bool | WriteBytes (const void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cWritten)=0 |
Helpers | |
template<class T > | |
bool | Write (const T &in_data) |
bool | WriteString (const wchar_t *in_pszString) |
bool | WriteString (const char *in_pszString) |
详细描述
Generic binary output interface.
- 警告
- The functions in this interface are not thread-safe, unless stated otherwise.
该类的文档由以下文件生成:
- include/AK/IBytes.h