Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <AELimiter.h>
Public Member Functions | |
CAELimiter () | |
void | SetAmplification (float amplify) |
float | GetAmplification () const |
void | SetSamplerate (int samplerate) |
float | Run (float *frame[AE_CH_MAX], int channels, int offset=0, bool planar=false) |
CAELimiter::CAELimiter | ( | ) |
|
inline |
float CAELimiter::Run | ( | float * | frame[AE_CH_MAX], |
int | channels, | ||
int | offset = 0, | ||
bool | planar = false ) |
|
inline |