comparison src/adplug/adplug-xmms.cc @ 1634:98c9257d0a80

adplug: update
author William Pitcock <nenolod@atheme.org>
date Fri, 07 Sep 2007 05:18:07 -0500
parents 16b2bc9b9763
children aee4ebea943a 62e89e392227
comparison
equal deleted inserted replaced
1633:33626ca031f3 1634:98c9257d0a80
1134 InputPlugin adplug_ip = { 1134 InputPlugin adplug_ip = {
1135 NULL, // handle (filled by XMMS) 1135 NULL, // handle (filled by XMMS)
1136 NULL, // filename (filled by XMMS) 1136 NULL, // filename (filled by XMMS)
1137 (gchar *)ADPLUG_NAME, // plugin description 1137 (gchar *)ADPLUG_NAME, // plugin description
1138 adplug_init, // plugin functions... 1138 adplug_init, // plugin functions...
1139 adplug_quit,
1139 adplug_about, 1140 adplug_about,
1140 adplug_config, 1141 adplug_config,
1142 FALSE,
1141 adplug_is_our_file, 1143 adplug_is_our_file,
1142 NULL, // scan_dir (look in Input/cdaudio/cdaudio.c) 1144 NULL, // scan_dir (look in Input/cdaudio/cdaudio.c)
1143 adplug_play, 1145 adplug_play,
1144 adplug_stop, 1146 adplug_stop,
1145 adplug_pause, 1147 adplug_pause,
1146 adplug_seek, 1148 adplug_seek,
1147 NULL, // set_eq 1149 NULL, // set_eq
1148 adplug_get_time, 1150 adplug_get_time,
1149 NULL, // get_volume (handled by output plugin) 1151 NULL, // get_volume (handled by output plugin)
1150 NULL, // set_volume (...) 1152 NULL, // set_volume (...)
1151 adplug_quit,
1152 NULL, // OBSOLETE - DO NOT USE! 1153 NULL, // OBSOLETE - DO NOT USE!
1153 NULL, // add_vis_pcm (filled by XMMS) 1154 NULL, // add_vis_pcm (filled by XMMS)
1154 NULL, // set_info (filled by XMMS) 1155 NULL, // set_info (filled by XMMS)
1155 NULL, // set_info_text (filled by XMMS) 1156 NULL, // set_info_text (filled by XMMS)
1156 adplug_song_info, 1157 adplug_song_info,