|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| int | type |
| int | oversample |
| int64_t | delay |
| double | threshold |
| double | output |
| double | param |
| SwrContext * | up_ctx |
| SwrContext * | down_ctx |
| AVFrame * | frame |
| void(* | filter )(struct ASoftClipContext *s, void **dst, const void **src, int nb_samples, int channels, int start, int end) |
Definition at line 42 of file af_asoftclip.c.
| const AVClass* ASoftClipContext::class |
Definition at line 43 of file af_asoftclip.c.
| int ASoftClipContext::type |
Definition at line 45 of file af_asoftclip.c.
| int ASoftClipContext::oversample |
Definition at line 46 of file af_asoftclip.c.
| int64_t ASoftClipContext::delay |
Definition at line 47 of file af_asoftclip.c.
| double ASoftClipContext::threshold |
Definition at line 48 of file af_asoftclip.c.
Referenced by filter_dbl(), and filter_flt().
| double ASoftClipContext::output |
Definition at line 49 of file af_asoftclip.c.
| double ASoftClipContext::param |
Definition at line 50 of file af_asoftclip.c.
Referenced by filter_dbl(), and filter_flt().
| SwrContext* ASoftClipContext::up_ctx |
Definition at line 52 of file af_asoftclip.c.
| SwrContext* ASoftClipContext::down_ctx |
Definition at line 53 of file af_asoftclip.c.
| AVFrame* ASoftClipContext::frame |
Definition at line 55 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 57 of file af_asoftclip.c.
1.8.17