![]() |
Mixxx
|
#include <analyserwavesummary.h>
Public Member Functions | |
AnalyserWavesummary () | |
void | initialise (TrackPointer tio, int sampleRate, int totalSamples) |
void | process (const CSAMPLE *pIn, const int iLen) |
void | finalise (TrackPointer tio) |
Definition at line 8 of file analyserwavesummary.h.
AnalyserWavesummary::AnalyserWavesummary | ( | ) |
Definition at line 16 of file analyserwavesummary.cpp.
void AnalyserWavesummary::finalise | ( | TrackPointer | tio | ) | [virtual] |
Reimplemented from Analyser.
Definition at line 72 of file analyserwavesummary.cpp.
void AnalyserWavesummary::initialise | ( | TrackPointer | tio, |
int | sampleRate, | ||
int | totalSamples | ||
) | [virtual] |
Reimplemented from Analyser.
Definition at line 20 of file analyserwavesummary.cpp.
void AnalyserWavesummary::process | ( | const CSAMPLE * | pIn, |
const int | iLen | ||
) | [virtual] |
Implements Analyser.
Definition at line 43 of file analyserwavesummary.cpp.