![]() |
Mixxx
|
#include <analyserwaveform.h>


Public Member Functions | |
| AnalyserWaveform () | |
| void | initialise (TrackPointer tio, int sampleRate, int totalSamples) |
| void | process (const CSAMPLE *pIn, const int iLen) |
| void | finalise (TrackPointer tio) |
Definition at line 6 of file analyserwaveform.h.
| AnalyserWaveform::AnalyserWaveform | ( | ) |
Definition at line 9 of file analyserwaveform.cpp.
| void AnalyserWaveform::finalise | ( | TrackPointer | tio | ) | [virtual] |
Reimplemented from Analyser.
Definition at line 113 of file analyserwaveform.cpp.
| void AnalyserWaveform::initialise | ( | TrackPointer | tio, |
| int | sampleRate, | ||
| int | totalSamples | ||
| ) | [virtual] |
Reimplemented from Analyser.
Definition at line 14 of file analyserwaveform.cpp.
| void AnalyserWaveform::process | ( | const CSAMPLE * | pIn, |
| const int | iLen | ||
| ) | [virtual] |
Implements Analyser.
Definition at line 72 of file analyserwaveform.cpp.