diff 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
line wrap: on
line diff
--- a/src/audacious/plugin.h	Mon Mar 12 10:31:24 2007 -0700
+++ b/src/audacious/plugin.h	Mon Mar 12 10:55:24 2007 -0700
@@ -204,6 +204,9 @@
     /* Added in Audacious 1.3.0 */
     gint (*is_our_file_from_vfs) (gchar *filename, VFSFile *fd);
     gchar **vfs_extensions;
+
+    /* Added in Audacious 1.4.0 */
+    void (*mseek) (InputPlayback * playback, gulong millisecond);
 };
 
 struct _GeneralPlugin {