Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ PulsatorModes
| Enumerator |
|---|
| SINE | |
| TRIANGLE | |
| SQUARE | |
| SAWUP | |
| SAWDOWN | |
| NB_MODES | |
Definition at line 29 of file af_apulsator.c.
◆ PulsatorTimings
| Enumerator |
|---|
| UNIT_BPM | |
| UNIT_MS | |
| UNIT_HZ | |
| NB_TIMINGS | |
Definition at line 30 of file af_apulsator.c.
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
apulsator | | ) |
|
◆ lfo_advance()
| static void lfo_advance |
( |
SimpleLFO * | lfo, |
|
|
unsigned | count ) |
|
static |
◆ lfo_get_value()
◆ filter_frame()
◆ query_formats()
◆ config_input()
◆ apulsator_options
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_DOUBLE
Underlying C type is double.
Definition at line 62 of file af_apulsator.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 243 of file af_apulsator.c.
◆ ff_af_apulsator
Initial value:= {
.p.name = "apulsator",
.p.priv_class = &apulsator_class,
}
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
static const AVFilterPad inputs[]
const AVFilterPad ff_audio_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_AUDIO.
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_QUERY_FUNC2(func)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 252 of file af_apulsator.c.