|
Wwise SDK 2025.1.4
|
#include IBytes.h>
公開メンバ関数 | |
Interface | |
| virtual AkInt32 | Count () const =0 |
| virtual AkUInt8 * | Bytes () const =0 |
| virtual void | SetCount (AkInt32 in_cBytes)=0 |
| Set number of bytes written. [詳解] | |
| virtual bool | Reserve (AkInt32 in_cBytes)=0 |
| virtual void | Clear ()=0 |
| Clear the buffer contents. [詳解] | |
| virtual AkUInt8 * | Detach ()=0 |
| Return pointer to buffer and clear internal pointer. [詳解] | |
基底クラス AK::IWriteBytes に属する継承公開メンバ関数 | |
| virtual bool | WriteBytes (const void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cWritten)=0 |
| template | |
| bool | Write (const T &in_data) |
| template | |
| bool | Write (const bool &in_data) |