Audacity 3.2.0
|
Summary calculated over the requested range. More...
#include <WaveDataCache.h>
Public Attributes | |
size_t | SamplesCount { 0 } |
float | Min { std::numeric_limits<float>::infinity() } |
float | Max { -std::numeric_limits<float>::infinity() } |
double | SquaresSum { 0.0f } |
size_t | SumItemsCount { 0 } |
Summary calculated over the requested range.
Definition at line 46 of file WaveDataCache.h.
float WaveCacheSampleBlock::Summary::Max { -std::numeric_limits<float>::infinity() } |
Definition at line 51 of file WaveDataCache.h.
Referenced by WaveCacheSampleBlock::GetSummary(), WaveDataCache::InitializeElement(), and anonymous_namespace{WaveDataCache.cpp}::processBlock().
float WaveCacheSampleBlock::Summary::Min { std::numeric_limits<float>::infinity() } |
Definition at line 50 of file WaveDataCache.h.
Referenced by WaveCacheSampleBlock::GetSummary(), WaveDataCache::InitializeElement(), and anonymous_namespace{WaveDataCache.cpp}::processBlock().
size_t WaveCacheSampleBlock::Summary::SamplesCount { 0 } |
Definition at line 48 of file WaveDataCache.h.
Referenced by WaveCacheSampleBlock::GetSummary(), and WaveDataCache::InitializeElement().
double WaveCacheSampleBlock::Summary::SquaresSum { 0.0f } |
Definition at line 53 of file WaveDataCache.h.
Referenced by WaveCacheSampleBlock::GetSummary(), WaveDataCache::InitializeElement(), and anonymous_namespace{WaveDataCache.cpp}::processBlock().
size_t WaveCacheSampleBlock::Summary::SumItemsCount { 0 } |
Definition at line 55 of file WaveDataCache.h.
Referenced by WaveCacheSampleBlock::GetSummary(), WaveDataCache::InitializeElement(), and anonymous_namespace{WaveDataCache.cpp}::processBlock().