view src/flacng/plugin.h @ 1032:15e8890cb54d trunk

[svn] - fix memory-leak for protocol 1.2 code - disable accidental enabling of debugging code
author nenolod
date Sat, 12 May 2007 00:56:32 -0700
parents 2f742d127b3e
children 486bbb62c3c1
line wrap: on
line source

#ifndef _PLUGIN_H
#define _PLUGIN_H

void flac_init(void);
void flac_aboutbox(void);
gboolean flac_is_our_file(gchar* filename);
void flac_play_file (InputPlayback* input);
void flac_stop(InputPlayback* input);
void flac_pause(InputPlayback* input, gshort p);
void flac_seek(InputPlayback* input, gint time);
void flac_get_song_info(gchar* filename, gchar** title, gint* length);
TitleInput *flac_get_song_tuple(gchar* filename);

#endif