Fixed audio buffer lifecycle and implemented audio shutdown
This commit is contained in:
parent
4f9db82a4c
commit
5b1882ee17
5 changed files with 81 additions and 83 deletions
|
@ -31,9 +31,6 @@
|
|||
|
||||
struct SDL_PrivateAudioData
|
||||
{
|
||||
/* The file descriptor for the audio device */
|
||||
Uint8 *mixbuf;
|
||||
Uint32 mixlen;
|
||||
};
|
||||
|
||||
#endif /* _SDL_androidaudio_h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue