Wwise SDK 2015.1.9
Version
arrow_right
Table des matières
Autre Documentation
AK::IWriteBuffer Class Reference
Inheritance diagram for AK::IWriteBuffer:

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. |
|
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. |
Detailed Description
Generic memory buffer interface.
- Warning:
- The functions in this interface are not thread-safe, unless stated otherwise.
Definition at line 207 of file IBytes.h.
The documentation for this class was generated from the following file:
- include/AK/IBytes.h