-
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
extern void *ao_create_async(void *ao_handle);
|
||||
extern void ao_stop_async(void *handle);
|
||||
extern void ao_play_async(void *handle, int buf_size, void *mem);
|
||||
extern void ao_play_async(void *handle, double at_second, int buf_size, void *mem);
|
||||
extern double ao_is_at_second_async(void *handle);
|
||||
|
||||
#endif // AO_PLAYASYNC_H
|
||||
|
||||
Reference in New Issue
Block a user