comparison src/audio/android/SDL_androidaudio.h @ 4995:9f9bea41e88f

Working audio implementation contributed by Joseph Lunderville
author Sam Lantinga <slouken@libsdl.org>
date Thu, 13 Jan 2011 11:14:20 -0800
parents 79aa6c61f33b
children 8d7315668e35
comparison
equal deleted inserted replaced
4994:e4ed74189d63 4995:9f9bea41e88f
32 struct SDL_PrivateAudioData 32 struct SDL_PrivateAudioData
33 { 33 {
34 /* The file descriptor for the audio device */ 34 /* The file descriptor for the audio device */
35 Uint8 *mixbuf; 35 Uint8 *mixbuf;
36 Uint32 mixlen; 36 Uint32 mixlen;
37 Uint32 write_delay;
38 Uint32 initial_calls;
39 }; 37 };
40 38
41 #endif /* _SDL_androidaudio_h */ 39 #endif /* _SDL_androidaudio_h */
40
42 /* vi: set ts=4 sw=4 expandtab: */ 41 /* vi: set ts=4 sw=4 expandtab: */