forked from len0rd/rockbox
Fixed the "last song bug".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6725 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e941289c2f
commit
c3fed62fc7
3 changed files with 24 additions and 5 deletions
|
@ -43,6 +43,7 @@ void pcm_play_set_watermark(int numbytes, void (*callback)(int bytes_left));
|
|||
void pcm_set_boost_mode(bool state);
|
||||
bool pcm_is_lowdata(void);
|
||||
bool pcm_crossfade_start(void);
|
||||
void audiobuffer_add_event(void (*event_handler)(void));
|
||||
unsigned int audiobuffer_get_latency(void);
|
||||
bool audiobuffer_insert(char *buf, size_t length);
|
||||
bool pcm_is_crossfade_enabled(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue