Skip to content

AudioToolbox iOS xcode16.2 b2

Rolf Bjarne Kvinge edited this page Nov 22, 2024 · 2 revisions

#AudioToolbox.framework https://github.com/xamarin/xamarin-macios/pull/21691

diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AUComponent.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AUComponent.h --- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AUComponent.h	2024-09-29 05:24:12 +++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AUComponent.h	2024-10-24 09:09:24 @@ -798,6 +798,9 @@	deprecated Component Manager. A host application should use the API functions	AudioComponentInstantiate or AudioComponentInstanceNew when rebuilding	against the macOS 11 or later SDK. +@constant	kAudioUnitErr_MultipleVoiceProcessors +On some platforms, this error is returned when a client attempts to initialize +a voice processor instance while another is initialized. */ CF_ENUM(OSStatus) {	kAudioUnitErr_InvalidProperty	= -10879, @@ -827,7 +830,8 @@	kAudioUnitErr_InvalidParameterValue	= -66743,	kAudioUnitErr_InvalidFilePath	= -66742,	kAudioUnitErr_MissingKey	= -66741, -kAudioUnitErr_ComponentManagerNotSupported	= -66740 +kAudioUnitErr_ComponentManagerNotSupported	= -66740, +kAudioUnitErr_MultipleVoiceProcessors	= -66635 }; 
Clone this wiki locally