#include <RealtimeAnalyser.h>
◆ RealtimeAnalyser()
WebCore::RealtimeAnalyser::RealtimeAnalyser |
( |
| ) |
|
◆ ~RealtimeAnalyser()
virtual WebCore::RealtimeAnalyser::~RealtimeAnalyser |
( |
| ) |
|
|
virtual |
◆ fftSize()
size_t WebCore::RealtimeAnalyser::fftSize |
( |
| ) |
const |
|
inline |
◆ frequencyBinCount()
unsigned WebCore::RealtimeAnalyser::frequencyBinCount |
( |
| ) |
const |
|
inline |
◆ getByteFrequencyData()
◆ getByteTimeDomainData()
◆ getFloatFrequencyData()
◆ maxDecibels()
double WebCore::RealtimeAnalyser::maxDecibels |
( |
| ) |
const |
|
inline |
◆ minDecibels()
double WebCore::RealtimeAnalyser::minDecibels |
( |
| ) |
const |
|
inline |
◆ reset()
void WebCore::RealtimeAnalyser::reset |
( |
| ) |
|
◆ setFftSize()
bool WebCore::RealtimeAnalyser::setFftSize |
( |
size_t |
| ) |
|
◆ setMaxDecibels()
void WebCore::RealtimeAnalyser::setMaxDecibels |
( |
double |
k | ) |
|
|
inline |
◆ setMinDecibels()
void WebCore::RealtimeAnalyser::setMinDecibels |
( |
double |
k | ) |
|
|
inline |
◆ setSmoothingTimeConstant()
void WebCore::RealtimeAnalyser::setSmoothingTimeConstant |
( |
double |
k | ) |
|
|
inline |
◆ smoothingTimeConstant()
double WebCore::RealtimeAnalyser::smoothingTimeConstant |
( |
| ) |
const |
|
inline |
◆ writeInput()
◆ DefaultFFTSize
const unsigned WebCore::RealtimeAnalyser::DefaultFFTSize |
|
static |
◆ DefaultMaxDecibels
const double WebCore::RealtimeAnalyser::DefaultMaxDecibels |
|
static |
◆ DefaultMinDecibels
const double WebCore::RealtimeAnalyser::DefaultMinDecibels |
|
static |
◆ DefaultSmoothingTimeConstant
const double WebCore::RealtimeAnalyser::DefaultSmoothingTimeConstant |
|
static |
◆ InputBufferSize
const unsigned WebCore::RealtimeAnalyser::InputBufferSize |
|
static |
◆ MaxFFTSize
const unsigned WebCore::RealtimeAnalyser::MaxFFTSize |
|
static |
◆ MinFFTSize
const unsigned WebCore::RealtimeAnalyser::MinFFTSize |
|
static |
The documentation for this class was generated from the following file: