|
Wwise SDK 2024.1.10
|
#include IBytes.h>
Public Member Functions | |
Interface | |
| virtual AkInt32 | Count () const =0 |
| virtual AkUInt8 * | Bytes () const =0 |
| virtual void | SetCount (AkInt32 in_cBytes)=0 |
| Set number of bytes written. More... | |
| virtual bool | Reserve (AkInt32 in_cBytes)=0 |
| virtual void | Clear ()=0 |
| Clear the buffer contents. More... | |
| virtual AkUInt8 * | Detach ()=0 |
| Return pointer to buffer and clear internal pointer. More... | |
Public Member Functions inherited from 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) |
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise