AudioIO uses this to send sample buffers for real-time display updates.
More...
#include <Meter.h>
AudioIO uses this to send sample buffers for real-time display updates.
Definition at line 15 of file Meter.h.
◆ ~Meter()
◆ Clear()
virtual void Meter::Clear |
( |
| ) |
|
|
pure virtual |
◆ GetDBRange()
virtual int Meter::GetDBRange |
( |
| ) |
const |
|
pure virtual |
◆ GetMaxPeak()
virtual float Meter::GetMaxPeak |
( |
| ) |
const |
|
pure virtual |
◆ IsClipping()
virtual bool Meter::IsClipping |
( |
| ) |
const |
|
pure virtual |
◆ IsMeterDisabled()
virtual bool Meter::IsMeterDisabled |
( |
| ) |
const |
|
pure virtual |
◆ Reset()
virtual void Meter::Reset |
( |
double |
sampleRate, |
|
|
bool |
resetClipping |
|
) |
| |
|
pure virtual |
◆ UpdateDisplay()
virtual void Meter::UpdateDisplay |
( |
unsigned |
numChannels, |
|
|
unsigned long |
numFrames, |
|
|
const float * |
sampleData |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files: