mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01: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);
|