Home
last modified time | relevance | path

Searched defs:DB_dsp_s (Results 1 – 1 of 1) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Ddeadbeef.h1486 typedef struct DB_dsp_s { struct
1487 DB_plugin_t plugin;
1489 ddb_dsp_context_t* (*open) (void);
1491 void (*close) (ddb_dsp_context_t *ctx);
1500 void (*reset) (ddb_dsp_context_t *ctx);
1508 int (*num_params) (void);
1509 const char *(*get_param_name) (int p);
1510 void (*set_param) (ddb_dsp_context_t *ctx, int p, const char *val);
1511 void (*get_param) (ddb_dsp_context_t *ctx, int p, char *str, int len);
1515 const char *configdialog;
[all …]