diff options
| author | Brandon Low <lostlogic@rockbox.org> | 2006-01-21 22:58:08 +0000 |
|---|---|---|
| committer | Brandon Low <lostlogic@rockbox.org> | 2006-01-21 22:58:08 +0000 |
| commit | 0a9179cb0a4bda8191fcfcb45404ea361fcacdc5 (patch) | |
| tree | 1a02ff91647446a21ca51bd119660f690535598f /firmware/export | |
| parent | a3868d35d3621e700abfd51de61ac6f83908a472 (diff) | |
| download | rockbox-0a9179cb0a4bda8191fcfcb45404ea361fcacdc5.zip rockbox-0a9179cb0a4bda8191fcfcb45404ea361fcacdc5.tar.gz rockbox-0a9179cb0a4bda8191fcfcb45404ea361fcacdc5.tar.bz2 rockbox-0a9179cb0a4bda8191fcfcb45404ea361fcacdc5.tar.xz | |
Add seamless seeking support, this is needed for AB-repeat mode on swcodec.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8408 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h index 66f6bfe..214f298 100644 --- a/firmware/export/audio.h +++ b/firmware/export/audio.h @@ -71,6 +71,7 @@ void audio_next(void); void audio_prev(void); int audio_status(void); void audio_ff_rewind(int newtime); +void audio_seamless_seek(int newtime); void audio_flush_and_reload_tracks(void); struct mp3entry* audio_current_track(void); struct mp3entry* audio_next_track(void); |