Mercurial > audlegacy-plugins
view src/flacng/plugin.h @ 1204:e9f10dac2f63
Fixed bug (no fadeout was applied at the end of a file)
author | mf0102 <0102@gmx.at> |
---|---|
date | Tue, 03 Jul 2007 12:15:45 +0200 |
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