FFmpeg
|
Data Fields | |
const AVClass * | class |
int | type |
int | oversample |
int64_t | delay |
double | threshold |
double | output |
double | param |
Lowpass | lowpass [MAX_OVERSAMPLE] |
AVFrame * | frame [2] |
void(* | filter )(struct ASoftClipContext *s, void **dst, const void **src, int nb_samples, int channels, int start, int end) |
Definition at line 50 of file af_asoftclip.c.
const AVClass* ASoftClipContext::class |
Definition at line 51 of file af_asoftclip.c.
int ASoftClipContext::type |
Definition at line 53 of file af_asoftclip.c.
int ASoftClipContext::oversample |
Definition at line 54 of file af_asoftclip.c.
Referenced by filter_dbl(), and filter_flt().
int64_t ASoftClipContext::delay |
Definition at line 55 of file af_asoftclip.c.
double ASoftClipContext::threshold |
Definition at line 56 of file af_asoftclip.c.
Referenced by filter_dbl(), and filter_flt().
double ASoftClipContext::output |
Definition at line 57 of file af_asoftclip.c.
double ASoftClipContext::param |
Definition at line 58 of file af_asoftclip.c.
Referenced by filter_dbl(), and filter_flt().
Lowpass ASoftClipContext::lowpass[MAX_OVERSAMPLE] |
Definition at line 60 of file af_asoftclip.c.
AVFrame* ASoftClipContext::frame[2] |
Definition at line 61 of file af_asoftclip.c.
void(* ASoftClipContext::filter) (struct ASoftClipContext *s, void **dst, const void **src, int nb_samples, int channels, int start, int end) |
Definition at line 63 of file af_asoftclip.c.