Wwise SDK 2022.1.17
|
#include <AkBytesCount.h>
Public Member Functions | |
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. More... | |
virtual AkUInt8 * | Bytes () const |
virtual AkUInt8 * | Detach () |
Return pointer to buffer and clear internal pointer. More... | |
virtual void | Clear () |
Clear the buffer contents. More... | |
template<class T > | |
bool | Write (const T &in_data) |
Interface | |
Public Member Functions inherited from AK::IWriteBytes | |
template<class T > | |
bool | Write (const T &in_data) |
bool | WriteString (const wchar_t *in_pszString) |
bool | WriteString (const char *in_pszString) |
Definition at line 76 of file AkBytesCount.h.
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