mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-04-28 20:02:23 +00:00
8 lines
153 B
C
8 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);
|