Audacity 3.2.0
|
#include <array>
#include <cstdint>
#include <numeric>
#include <vector>
#include <functional>
#include "GraphicsDataCache.h"
#include "WaveData.h"
#include "Observer.h"
Go to the source code of this file.
Classes | |
struct | WaveCacheSampleBlock |
Helper structure used to transfer the data between the data and graphics layers. More... | |
struct | WaveCacheSampleBlock::Summary |
Summary calculated over the requested range. More... | |
struct | WaveCacheElement |
An element of a cache that contains the waveform data. More... | |
class | WaveDataCache |
Cache that contains the waveform data. More... | |