Go to the source code of this file.
Enumerator |
---|
SINE |
|
TRIANGLE |
|
SQUARE |
|
SAWUP |
|
SAWDOWN |
|
NB_MODES |
|
Definition at line 27 of file af_apulsator.c.
Enumerator |
---|
UNIT_BPM |
|
UNIT_MS |
|
UNIT_HZ |
|
NB_TIMINGS |
|
Definition at line 28 of file af_apulsator.c.
AVFILTER_DEFINE_CLASS |
( |
apulsator |
| ) |
|
static double lfo_get_value |
( |
SimpleLFO * |
lfo | ) |
|
|
static |
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
Definition at line 60 of file af_apulsator.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)
Definition at line 231 of file af_apulsator.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 241 of file af_apulsator.c.
Initial value:= {
.name = "apulsator",
.priv_class = &apulsator_class,
}
static int query_formats(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
Definition at line 249 of file af_apulsator.c.