A sorted non-empty vector of contiguous buffers. More...
#include <sound_data.h>
Collaboration diagram for sound::SoundDataOpenStream::ContiguousBuffers:Public Attributes | |
| ALuint | m_start |
| std::vector< SoundBufferUntil > | m_buffers |
A sorted non-empty vector of contiguous buffers.
The start (inclusive) of each buffer is the end of its predecessor, or m_start for the first buffer.
| std::vector<SoundBufferUntil> sound::SoundDataOpenStream::ContiguousBuffers::m_buffers |
Referenced by sound::SoundDataOpenStream::getOrLoadBufferAt().
| ALuint sound::SoundDataOpenStream::ContiguousBuffers::m_start |