mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-12-25 23:00:12 +00:00
9 lines
153 B
C
9 lines
153 B
C
typedef int (*mp3_done_cb)(void *opaque);
|
|
|
|
int
|
|
play_mp3(mpg123_handle *mh, mp3_done_cb cb, void *opaque);
|
|
|
|
|
|
int
|
|
spool_capture(uint8_t *buf, size_t len);
|