|
Wwise SDK 2024.1.9
|
#include <AkBytesCount.h>
公開メンバ関数 | |
| 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 | |
基底クラス AK::IWriteBytes に属する継承公開メンバ関数 | |
| template<class T > | |
| bool | Write (const T &in_data) |
| template<> | |
| bool | Write (const bool &in_data) |
AkBytesCount.h の 76 行目に定義があります。