Merge pull request #321 from Frozen-Tofu/master
no AudioObjectPropertyAddress on iOS
This commit is contained in:
@@ -400,7 +400,9 @@ ALCenum CoreAudioCapture::open(const ALCchar *name)
|
||||
AudioComponentDescription desc;
|
||||
UInt32 outputFrameCount;
|
||||
UInt32 propertySize;
|
||||
#if !TARGET_OS_IOS
|
||||
AudioObjectPropertyAddress propertyAddress;
|
||||
#endif
|
||||
UInt32 enableIO;
|
||||
AudioComponent comp;
|
||||
OSStatus err;
|
||||
|
||||
Reference in New Issue
Block a user