-
This commit is contained in:
8
libao/c/ao-play-async/ao_playasync.h
Normal file
8
libao/c/ao-play-async/ao_playasync.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef AO_PLAYASYNC_H
|
||||
#define AO_PLAYASYNC_H
|
||||
|
||||
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);
|
||||
|
||||
#endif // AO_PLAYASYNC_H
|
||||
Reference in New Issue
Block a user