Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ PulsatorModes
Enumerator |
---|
SINE | |
TRIANGLE | |
SQUARE | |
SAWUP | |
SAWDOWN | |
NB_MODES | |
Definition at line 27 of file af_apulsator.c.
◆ PulsatorTimings
Enumerator |
---|
UNIT_BPM | |
UNIT_MS | |
UNIT_HZ | |
NB_TIMINGS | |
Definition at line 28 of file af_apulsator.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
apulsator |
| ) |
|
◆ lfo_advance()
◆ lfo_get_value()
static double lfo_get_value |
( |
SimpleLFO * |
lfo | ) |
|
|
static |
◆ filter_frame()
◆ query_formats()
◆ config_input()
◆ apulsator_options
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
Definition at line 60 of file af_apulsator.c.
◆ inputs
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.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 241 of file af_apulsator.c.
◆ ff_af_apulsator
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.