Mercurial > sdl-ios-xcode
comparison src/audio/SDL_sysaudio.h @ 3795:589bc3d060cd SDL-ryan-multiple-audio-device
More 1.3 audio work...moved dsp and dma drivers over to new model. Untested!
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 04 Oct 2006 06:00:10 +0000 |
parents | 2b4795e92b62 |
children | b19680c84cdf |
comparison
equal
deleted
inserted
replaced
3794:db24e43972ac | 3795:589bc3d060cd |
---|---|
44 void (*CloseDevice) (_THIS); | 44 void (*CloseDevice) (_THIS); |
45 void (*LockDevice) (_THIS); | 45 void (*LockDevice) (_THIS); |
46 void (*UnlockDevice) (_THIS); | 46 void (*UnlockDevice) (_THIS); |
47 void (*Deinitialize) (void); | 47 void (*Deinitialize) (void); |
48 } SDL_AudioDriverImpl; | 48 } SDL_AudioDriverImpl; |
49 | |
49 | 50 |
50 typedef struct SDL_AudioDriver | 51 typedef struct SDL_AudioDriver |
51 { | 52 { |
52 /* * * */ | 53 /* * * */ |
53 /* The name of this audio driver */ | 54 /* The name of this audio driver */ |