disk audio: Implemented "capture" support, cleaned up some things.

This commit is contained in:
Ryan C. Gordon
2016-08-06 03:39:15 -04:00
parent a15b974044
commit 978df1ad74
4 changed files with 82 additions and 46 deletions

View File

@@ -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 */