Mercurial > audlegacy-plugins
comparison src/madplug/plugin.h @ 1428:4993976d7ed0
madplug: tuple API changes
| author | William Pitcock <nenolod@atheme-project.org> |
|---|---|
| date | Fri, 10 Aug 2007 07:45:29 -0500 |
| parents | e46b98155d5d |
| children | 85788238cbf5 |
comparison
equal
deleted
inserted
replaced
| 1424:230661b01dc7 | 1428:4993976d7ed0 |
|---|---|
| 35 #include <stdlib.h> | 35 #include <stdlib.h> |
| 36 #include <stdio.h> | 36 #include <stdio.h> |
| 37 #include <string.h> | 37 #include <string.h> |
| 38 #include <unistd.h> | 38 #include <unistd.h> |
| 39 #include <audacious/plugin.h> | 39 #include <audacious/plugin.h> |
| 40 #include <audacious/titlestring.h> | 40 #include <audacious/main.h> |
| 41 #include <audacious/util.h> | 41 #include <audacious/util.h> |
| 42 #include <audacious/strings.h> | 42 #include <audacious/strings.h> |
| 43 #include <audacious/vfs.h> | 43 #include <audacious/vfs.h> |
| 44 #include <audacious/i18n.h> | 44 #include <audacious/i18n.h> |
| 45 #include <audacious/id3tag.h> | 45 #include <audacious/id3tag.h> |
| 72 gchar *title; /**< title for xmms */ | 72 gchar *title; /**< title for xmms */ |
| 73 mad_timer_t duration; /**< total play time */ | 73 mad_timer_t duration; /**< total play time */ |
| 74 struct id3_tag *tag; | 74 struct id3_tag *tag; |
| 75 struct id3_file *id3file; | 75 struct id3_file *id3file; |
| 76 struct xing xing; | 76 struct xing xing; |
| 77 TitleInput *tuple; /* audacious tuple data */ | 77 Tuple *tuple; /* audacious tuple data */ |
| 78 gchar *prev_title; /* used to optimize set_info calls */ | 78 gchar *prev_title; /* used to optimize set_info calls */ |
| 79 | 79 |
| 80 /* replay parameters */ | 80 /* replay parameters */ |
| 81 gboolean has_replaygain; | 81 gboolean has_replaygain; |
| 82 double replaygain_album_scale; // -1 if not set | 82 double replaygain_album_scale; // -1 if not set |
