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