view src/psf2/eng_protos.h @ 2753:be414d015fec

Implement seeking (you can seek forward), it crashes when you seek backwards though :(.
author William Pitcock <nenolod@atheme.org>
date Tue, 01 Jul 2008 00:22:25 -0500
parents f0547285577e
children 3134a0987162
line wrap: on
line source

//
// Audio Overload
// Emulated music player
//
// (C) 2000-2007 Richard F. Bannister
//

#include <audacious/plugin.h>

//
// eng_protos.h
//

int32 psf2_start(uint8 *, uint32 length);
int32 psf2_execute(InputPlayback *playback);
int32 psf2_stop(void);
int32 psf2_command(int32, int32);
int32 psf2_fill_info(Tuple *);
int   psf2_seek(uint32);