Mercurial > audlegacy
comparison src/audacious/plugin.h @ 3709:a89a12aa4f2c
Add InputPlayback::pass_audio() which replaces produce_audio().
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 08 Oct 2007 01:43:58 -0500 |
| parents | 1baa8e00c9d7 |
| children | 0e5da33a32b7 |
comparison
equal
deleted
inserted
replaced
| 3708:6f4068a0f291 | 3709:a89a12aa4f2c |
|---|---|
| 470 gint length; | 470 gint length; |
| 471 gchar *title; | 471 gchar *title; |
| 472 | 472 |
| 473 void (*set_params) (InputPlayback *, gchar * title, gint length, gint rate, gint freq, gint nch); | 473 void (*set_params) (InputPlayback *, gchar * title, gint length, gint rate, gint freq, gint nch); |
| 474 void (*set_title) (InputPlayback *, gchar * text); | 474 void (*set_title) (InputPlayback *, gchar * text); |
| 475 | |
| 476 void (*pass_audio) (InputPlayback *, AFormat, gint, gint, gpointer, gint *); | |
| 475 }; | 477 }; |
| 476 | 478 |
| 477 struct _InputPlugin { | 479 struct _InputPlugin { |
| 478 PLUGIN_COMMON_FIELDS | 480 PLUGIN_COMMON_FIELDS |
| 479 | 481 |
