mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 08:27:05 +00:00
audio: Implemented capture support for Mac OS X CoreAudio.
I don't know what iOS wants yet, so this code might work there, too...?
This commit is contained in:
@@ -50,6 +50,7 @@ struct SDL_PrivateAudioData
|
||||
UInt32 bufferSize;
|
||||
#if MACOSX_COREAUDIO
|
||||
AudioDeviceID deviceID;
|
||||
AudioBufferList captureBufferList;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user