notaz.gp2x.de
/
libpicofe.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
pandora: add tv layer selection helper
[libpicofe.git]
/
sndout_sdl.h
Commit
Line
Data
26d3ca0d
GI
1
int sndout_sdl_init(void);
2
int sndout_sdl_start(int rate, int stereo);
3
void sndout_sdl_stop(void);
4
void sndout_sdl_wait(void);
5
int sndout_sdl_write_nb(const void *buff, int len);
6
void sndout_sdl_exit(void);
7