mirror of
https://github.com/encounter/SDL.git
synced 2025-12-11 22:44:17 +00:00
disk audio: Implemented "capture" support, cleaned up some things.
This commit is contained in:
@@ -32,10 +32,9 @@
|
||||
struct SDL_PrivateAudioData
|
||||
{
|
||||
/* The file descriptor for the audio device */
|
||||
SDL_RWops *output;
|
||||
SDL_RWops *io;
|
||||
Uint32 io_delay;
|
||||
Uint8 *mixbuf;
|
||||
Uint32 mixlen;
|
||||
Uint32 write_delay;
|
||||
};
|
||||
|
||||
#endif /* _SDL_diskaudio_h */
|
||||
|
||||
Reference in New Issue
Block a user