diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2005-07-22 06:32:55 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2005-07-22 06:32:55 +0000 |
| commit | eab434c416a89a9de30bcca255334eeac97eb433 (patch) | |
| tree | fd13b0eff472cd800d8d7b21babd70725d608de3 /firmware/export | |
| parent | d3cbf8730579002093f003499104a861112d4dc5 (diff) | |
| download | rockbox-eab434c416a89a9de30bcca255334eeac97eb433.zip rockbox-eab434c416a89a9de30bcca255334eeac97eb433.tar.gz rockbox-eab434c416a89a9de30bcca255334eeac97eb433.tar.bz2 rockbox-eab434c416a89a9de30bcca255334eeac97eb433.tar.xz | |
More accurate playback position calculation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7218 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/pcm_playback.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pcm_playback.h b/firmware/export/pcm_playback.h index 6222574..3972e45 100644 --- a/firmware/export/pcm_playback.h +++ b/firmware/export/pcm_playback.h @@ -26,6 +26,7 @@ void pcm_set_frequency(unsigned int frequency); void pcm_play_data(void (*get_more)(unsigned char** start, long* size)); void pcm_calculate_peaks(int *left, int *right); +long pcm_get_bytes_waiting(void); void pcm_play_stop(void); void pcm_play_pause(bool play); |