coreaudio: Implemented audio capture for iOS.

This commit is contained in:
Ryan C. Gordon
2016-08-03 00:30:12 -04:00
parent f758483a28
commit a9ef240cef
2 changed files with 46 additions and 11 deletions

View File

@@ -48,9 +48,9 @@ struct SDL_PrivateAudioData
void *buffer;
UInt32 bufferOffset;
UInt32 bufferSize;
AudioBufferList captureBufferList;
#if MACOSX_COREAUDIO
AudioDeviceID deviceID;
AudioBufferList captureBufferList;
#endif
};