comparison src/audio/SDL_sysaudio.h @ 322:fd93a09655e3

The audio lock and unlock functions are now a part of the driver. The MacOS audio locking has been implemented, courtesy of Ryan Gordon
author Sam Lantinga <slouken@libsdl.org>
date Sat, 30 Mar 2002 19:48:56 +0000
parents f6ffac90895c
children d219b0e02f5f
comparison
equal deleted inserted replaced
321:af42e7c4c860 322:fd93a09655e3
55 void (*WaitAudio)(_THIS); 55 void (*WaitAudio)(_THIS);
56 void (*PlayAudio)(_THIS); 56 void (*PlayAudio)(_THIS);
57 Uint8 *(*GetAudioBuf)(_THIS); 57 Uint8 *(*GetAudioBuf)(_THIS);
58 void (*WaitDone)(_THIS); 58 void (*WaitDone)(_THIS);
59 void (*CloseAudio)(_THIS); 59 void (*CloseAudio)(_THIS);
60
61 /* * * */
62 /* Lock / Unlock functions added for the Mac port */
63 void (*LockAudio)(_THIS);
64 void (*UnlockAudio)(_THIS);
60 65
61 /* * * */ 66 /* * * */
62 /* Data common to all devices */ 67 /* Data common to all devices */
63 68
64 /* The current audio specification (shared with audio thread) */ 69 /* The current audio specification (shared with audio thread) */