Minetest 5.10.0-dev
 
Loading...
Searching...
No Matches
sound::SoundDataOpenStream::ContiguousBuffers Struct Referencefinal

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< SoundBufferUntilm_buffers
 

Detailed Description

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.

Member Data Documentation

◆ m_buffers

std::vector<SoundBufferUntil> sound::SoundDataOpenStream::ContiguousBuffers::m_buffers

◆ m_start

ALuint sound::SoundDataOpenStream::ContiguousBuffers::m_start

The documentation for this struct was generated from the following file: