FFmpeg
|
Data Fields | |
const AVClass * | class |
int | type |
double | param |
void(* | filter )(struct ASoftClipContext *s, void **dst, const void **src, int nb_samples, int channels) |
Definition at line 38 of file af_asoftclip.c.
const AVClass* ASoftClipContext::class |
Definition at line 39 of file af_asoftclip.c.
int ASoftClipContext::type |
Definition at line 41 of file af_asoftclip.c.
double ASoftClipContext::param |
Definition at line 42 of file af_asoftclip.c.
Referenced by filter_dbl(), and filter_flt().
void(* ASoftClipContext::filter) (struct ASoftClipContext *s, void **dst, const void **src, int nb_samples, int channels) |
Definition at line 44 of file af_asoftclip.c.