comparison src/audio/macosx/SDL_coreaudio.h @ 3796:b19680c84cdf SDL-ryan-multiple-audio-device

Bunch of 1.3 audio cleanups to remove FIXMEs, get driver specific crap out of the core and into the drivers where it belongs, and push generic responsibilities out of the drivers and into the core where they belong.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Oct 2006 19:54:23 +0000
parents da2ea0694d11
children 9dc81c6acaf5
comparison
equal deleted inserted replaced
3795:589bc3d060cd 3796:b19680c84cdf
34 AudioUnit audioUnit; 34 AudioUnit audioUnit;
35 void *buffer; 35 void *buffer;
36 UInt32 bufferOffset; 36 UInt32 bufferOffset;
37 UInt32 bufferSize; 37 UInt32 bufferSize;
38 AudioDeviceID deviceID; 38 AudioDeviceID deviceID;
39 int isCapture;
40 }; 39 };
41 40
42 #endif /* _SDL_coreaudio_h */ 41 #endif /* _SDL_coreaudio_h */
43 /* vi: set ts=4 sw=4 expandtab: */ 42 /* vi: set ts=4 sw=4 expandtab: */