#include <AudioDSPKernel.h>
◆ AudioDSPKernel() [1/2]
◆ AudioDSPKernel() [2/2]
WebCore::AudioDSPKernel::AudioDSPKernel |
( |
float |
sampleRate | ) |
|
|
inline |
◆ ~AudioDSPKernel()
virtual WebCore::AudioDSPKernel::~AudioDSPKernel |
( |
| ) |
|
|
inlinevirtual |
◆ latencyTime()
virtual double WebCore::AudioDSPKernel::latencyTime |
( |
| ) |
const |
|
pure virtual |
◆ nyquist()
double WebCore::AudioDSPKernel::nyquist |
( |
| ) |
const |
|
inline |
◆ process()
virtual void WebCore::AudioDSPKernel::process |
( |
const float * |
source, |
|
|
float * |
destination, |
|
|
size_t |
framesToProcess |
|
) |
| |
|
pure virtual |
◆ processor() [1/2]
◆ processor() [2/2]
◆ reset()
virtual void WebCore::AudioDSPKernel::reset |
( |
| ) |
|
|
pure virtual |
◆ sampleRate()
float WebCore::AudioDSPKernel::sampleRate |
( |
| ) |
const |
|
inline |
◆ tailTime()
virtual double WebCore::AudioDSPKernel::tailTime |
( |
| ) |
const |
|
pure virtual |
◆ m_kernelProcessor
◆ m_sampleRate
float WebCore::AudioDSPKernel::m_sampleRate |
|
protected |
The documentation for this class was generated from the following file: