Aviate Audio Multiverse Library
Public Attributes | List of all members
Aviate::QueuePosition Struct Reference

QueuePosition is used for storing the index (in an array of queues) and the offset within an audio_block_t data buffer. More...

#include <LibBasicFunctions.h>

Public Attributes

int offset
 offset in samples within an audio_block_t data buffer
 
int index
 index in an array of audio data blocks
 

Detailed Description

QueuePosition is used for storing the index (in an array of queues) and the offset within an audio_block_t data buffer.

Useful for dealing with large windows of audio spread across multiple audio data blocks.


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