comparison src/audacious/plugin.h @ 2620:6393862824e5 trunk

[svn] - add millisecond seek function to InputPlugin API. with this function, cuesheet and encoder plugins can achieve higher accuracy.
author yaz
date Mon, 12 Mar 2007 10:55:24 -0700
parents 119cca341280
children c35913222440
comparison
equal deleted inserted replaced
2619:79e708bf75a4 2620:6393862824e5
202 void (*set_status_buffering) (gboolean status); 202 void (*set_status_buffering) (gboolean status);
203 203
204 /* Added in Audacious 1.3.0 */ 204 /* Added in Audacious 1.3.0 */
205 gint (*is_our_file_from_vfs) (gchar *filename, VFSFile *fd); 205 gint (*is_our_file_from_vfs) (gchar *filename, VFSFile *fd);
206 gchar **vfs_extensions; 206 gchar **vfs_extensions;
207
208 /* Added in Audacious 1.4.0 */
209 void (*mseek) (InputPlayback * playback, gulong millisecond);
207 }; 210 };
208 211
209 struct _GeneralPlugin { 212 struct _GeneralPlugin {
210 gpointer handle; 213 gpointer handle;
211 gchar *filename; 214 gchar *filename;