Loaded audio buffer structure. More...
#include <spSoundLoader.hpp>
Public Member Functions | |
| SAudioBuffer () | |
| ~SAudioBuffer () | |
Public Attributes | |
| s8 * | BufferPCM |
| Buffer data in PCM format. | |
| u32 | BufferSize |
| Buffer size in bytes. | |
| SWaveFormatFlags | FormatFlags |
| Format flags (count of channels, samples per seconds etc.). | |
Loaded audio buffer structure.
| sp::audio::SAudioBuffer::SAudioBuffer | ( | ) | [inline] |
| sp::audio::SAudioBuffer::~SAudioBuffer | ( | ) | [inline] |
Buffer data in PCM format.
Buffer size in bytes.
Format flags (count of channels, samples per seconds etc.).
1.7.1